The closing bracket } on line 126 is not needed.
The call to addMarkers() should be in the initialize function.
This line 28
var map = new GMap2(document.getElementById("map_canvas"));
The var is not needed.
This line should be in the addMarker function at the bottom.
I think that's all, at least I have got markers on the map.
Clicking on the map produces an error.
Ralph
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---