> ...I fixed it by hard coding code to > use Google maps version 2.82
The lowest that you'll have been able to get from Google has been 2.140 for quite some time http://groups.google.com/group/google-maps-api/browse_thread/thread/bef32423e1b0fba2/db90c4a86ba1b304 > The users are getting "Geocoder is null 2." as per code below. Do you > know why this would happen only to some users? You can see the page > athttp://duron.com/store_locator/index.asp?postal_code=20872 Your HTML is very invalid, different browsers will handle that differently. This line is important to get the geocoder set up <body onload="load()" onunload="GUnload()"> but you've got multiple <body>s (and heads) and the browser has to guess which one is the real one. -- 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.
