On May 18, 3:43 pm, Ralph Ames <[email protected]> wrote: > >http://sme.peacebabyusa.net/pbusa-website/ > >http://sme.peacebabyusa.net/locator-test/ > > The second link doesn't call the API script.
It is using the jsapi loader: <script src="http://www.google.com/jsapi? key=ABQIAAAAvmn5abmJTpRcitYRj05LQBRFuBYZWBQIANRf0jmetS9ojoAv9RSdRUynSde37RIrOkWJDDtCerhXSw" type="text/javascript"></script> google.load("maps", "2", {callback: initialize}); But there are lots of issues with scope and the initialize routine is called by the body onload, the api loader callback and the search button click... -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
