Because your code crashes with "map is not defined" on line 195 GEvent.addDomListener(map.getContainer(), "DOMMouseScroll", wheelevent); it never reaches line 217 var geo = new GClientGeocoder(); so geo is undefined when you need it.
You need to move everything that uses "map" into the callback function where you create the map. Hint: Tools->Error Console often contains useful clues. -- 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 -~----------~----~----~----~------~----~------~--~---
