JSON)
...
var data = transport.responseText.evalJSO N(true);
for(i=0;i<=data.Placemark.leng th-1;i++){
addressPoint = new
GLatLng(data.Placemark[i].Poin t.coordinates[1],data.Placemar k[i].Point.coordinates[0]);
new_li = document.createElement('li')