> I found that my problem was apparently that the code was being executed
> before it was all loaded ....

http://www.denverarthritisclinic.com/locationmap.html
still breaks in FF2 within your geocoding callback at
     map.setCenter(point, 13);
probably because the map object isn't global. (geocoding is
asynchronous, and the callback will be executed after your
wagt_map_1() function is completed)

Still can't see why you waste your webpage viewer's time & Google
resource by geocoding at all, but there ya go.

cheers. Ross K
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to