Hi all,

This is not a Google Map's question per se, but probably a simply JavaScript concept I am missing. I'll describe the scenario nonetheless.

My map is loaded into:

[HTML]<div id="map"></div>[/HTML]

And constructed by calling the standard (for the Google Map API) load() function.

Code:
function load() 
{
    // Check if the browser is compatiable
...