I don't know if anyone can advise you without more information. What is
"mapscript.js", and what is the "MapControl" class? These are not part of
the Google Maps API.
There is a MapControl in the Bing Maps API; is that what you're referring
to? Or is this some wrapper around the Google Maps API?
I currently have an `index.html` set up something like this:
... Load local CSS files ...
In my JS, I have this:
var mapControl= new MapControl(mapControlForm, mapDiv);
`mapDiv` is of course defined as
`document.getElementsByClassName("product")[0]`. When I load `index.html`
in my br