Google Maps V3 Map inside Div instead or Body Tag

Ok instead of this

body onLoad=""

to this

div id="map"

simply add this below your map

load();

This makes it to that the javascript runs at load. Done.

Leave a Reply