// configure GHotSpot - arguments: id of hotspot element, id of map element, config object
GHotSpot.newInstance("#hdnAddress", "#divGoogleMap", {
initialAddress: new GLatLng(56.46249,15.29297),
//initialAddress: "&#214;rebro, Sweden",
initialZoomLevel: 3,
//markerEventType: "mouseover",
markerEvents: {click: GHotSpot.markerClicked, mouseover: GHotSpot.showMarkerInfo, mouseout: GHotSpot.hideMarkerInfo},
mapControls: [new GSmallMapControl()], //[new GSmallMapControl() / new GLargeMapControl(), new GMapTypeControl(), new GOverviewMapControl()], // zoom control + map, satellite, hybrid control + overview control
gLocationIcon: GHotSpot.resolveIcon,
eventType: "",
onInitMap: GHotSpot.onInit
});
