> The map is located athttp://grosca.com/Dealer-Locator.html.
I don't see the error you report when I use FF2 and look around Chicago, but maybe it's browser or search-term dependent. Instead I get a "nothing happens" response - no message, no map change. The maps API does expect to be passed sensible data and doesn't check very strongly, so it could be an error in the data your webpage tries to display. Looking directly at the response to my Chicago query reveals php problems http://grosca.com/phpsqlsearch_genxml.php?lat=41.8781136&lng=-87.6297982&radius=50 content is : Warning: mysqli_real_escape_string() expects parameter 1 to be mysqli, resource given in /var/www/stores/groscaestore/httpdocs/ phpsqlsearch_genxml.php on line 23 Warning: mysqli_real_escape_string() expects ... which isn't valid XML. This might help with your php/MySQL problem http://www.google.com/search?q=mysqli_real_escape_string%28%29+expects+parameter+1+to+be+mysqli While it's broke, you might also look at enhancing your javascript to detect errors in XML and display a message. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
