从Google Maps v3上的数据库MySQL加载标记

I'm trying to send some markers info to a database, the markers are saving in database successful,

But I cant take the data to a page that load the markers, I think thats a problem on programming, or calling the markers to they positions

I will post the link of my examples, and them the programming.

This is my code of index.html

Thanks guys =), waiting one answer, I dont have any idea how to solve it

EDIT: I forgot to say, if you click on the map it create a marker, and if you click on this marker you can edit it informations.

One problem may be with your latlng variable. Not sure if the getposition method returns the correct format. Try var latlng = new google.maps.LatLng(marker.getPostion().lat(), marker.getPosition().lng());