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