Problem loading the Google map API javascript
It’s interesting. Firefox has problem loading a page with this line in the html header:
<script src=”http://maps.google.com/maps?file=api&v=2&key=google_api_key” type=”text/javascript”></script>
At first I was suspecting Google server was down but it turned out the page would load just fine if I disable (suspend) Firebug extension (1.3.3).
However if I put the line toward the end of the page as inline Javascript everything seems fine even with Firebug on.