Hey guys,
Having a problem with working with the Google Maps API.
I'm currently developing an application on a site that doesn't support inline Javascript. Therefore, I'm trying to load the script (which loads the map into the webpage) from a separate file called map.js. However, when I do this, the map is not loading, despite writing window.onload = load in the map.js script.
Is there anything that I'm doing wrong?