I have searched several times to find a solution for this error.  I
see lots of posts but no solutions.  I finally figured out how to fix
it for my site.

I was loading the API in the body and it needs to come before the
declaration... duh ;)

<!-- Google Maps API Key -->
<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=your
key goes here"
  type="text/javascript"></script>

<body onLoad="initmap()" onUnload="GUnload()">

I hope that helps others get rid of this error detected by Firebug.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to