I can\'t get my map running using the GoogleMaps API V3. The map does not load. I would expect the map to appear in the div with the id gisMap but in the Chrome
gisMap
I had the same issue. Solved it by moving:
after:
// Google Map function initMap() { GoogleMap.initGoogleMap(); }
Hope it will be of any assistance for someone...