Thanks for your help, Rossko. It turns out the problem IS the google.com/jsapi call. I am not sure why the host site has it there, but removing it resolves the issue.
Thanks again! On Nov 10, 6:34 pm, Rossko <[email protected]> wrote: > > My map installed onhttp://phoenix.org/neighborhood-news/usingthat > > key is creating an error message saying that the API key is not > > correct for the domain. > > I get the arror alert, followed shortly by a map. This usually means > you are trying to load an API twice with different keys. > > Examining your code, in the head of your webpage is > <script type="text/javascript" src="http://www.google.com/jsapi"></ > script> > which will fail as no key is present. > > Somewhere else you call the API with a good key, perhaps in some > Amazon map widget -- 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=.
