> Try opening the web on IE and click on "Events" on left menu
aha, that gives an alert about the key and a visible map in IE6. No alert and a map in FF2. The alert AND map is your clue - you are loading the maps API more than once. One of the load attempts has an incorrect key. That would fit in with the javascript in your page to draw more than one map (the visitor IP map and the Events map). I can't follow your convoluted code to see where the two API loads are made. The visitor IP map doesn't actually appear, because <body onload="initialize()"> destroys the onload event previously set up to trigger it, but that's nothng to do with the API key. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
