Ross, Thanks for the solution. I wish I understood it! I am new to
webdesign and this is my first using Dreamweaver. Please feel free to
treat me like a complete noob and speak slowly, and in as plain a way
possible. I do some editing work in split view but not much coding.
Thanks so much, Jack

On May 8, 1:53 pm, Rossko <[email protected]> wrote:
> >http://www.emeraldcoastdentalspa.com/contact_us/map.html
>
> This line -
>     if(!document.getElementById('wagt_map_1')) return false;
> in your wagt_map_1() function ensures that the map is only placed when
> that div exists.
> It doesn't because you call the launcher script wagt_maps.js inline
> before the div is defined.
> Move the script call to end of your <body>.
>
> Whyever are you geocoding the clients address at every page view??
> The geocoder used by the API is not the same as the one used by the
> regular Google map.   Just place using your marker using a
> predetermined lat/long (read it off the regular Google map if you're
> happy with that placing now).  Your page will work quicker, generate
> less net traffic and be more reliable.
>
> 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