1. You've got some errors in your XML file. Try pointing your browser directly at your XML file to see the errors.
2. Geocoding known locations on the fly is a Bad Idea. Geocode them once, offline, and store the coordinates in your XML file. 3. If you ever do manage to plot some markers, your addAddressToMap() calls maCarte.clearOverlays() which removes all the 4. geocoding is asynchronous. You use the resulting "pointSoc" variable immediately to create the marker, then when the geocode reply comes back you set it, but by then it's too late. 5. Lots of other things, but that's enough for now. -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups.com To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---