The first of those pages uses embedded Google maps, so there's no 
problem.

In the second of those pages you use the API, but nothing ever calls 
your initialize() function, so your "map" and "geocoder" variables 
haven't been set up when the "Click to Locate" button is clicked. I 
suspect that blogger will grab the window.onload event from you, so you 
either need to grab it back, or write your code to run inline rather 
than from the onload event.

Also, this stuff doesn't help:
    <script type="text/javascript"><br /> <br />    var geocoder;<br />
because "<br />" is not valid Javascript

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
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