var map = new GMap2(document.getElementById(‘map’));map.setCenter(new GLatLng(0,0),0);map.setUIToDefault();map.setMapType();var bounds = new GLatLngBounds(); var point_2 = new GPoint(-3.9703452587127686, 56.19168716036188);var icon_2 = new GIcon();icon_2.image = ‘http://www.stirling-flexible-lettings.co.uk/wp-content/plugins/post-google-map/markers/green-dot.png’;icon_2.iconAnchor = new GPoint(15, 35);var marker_2 = new GMarker(point_2);GEvent.addListener(marker_2, ‘click’, function() {marker_2.openInfoWindowHtml(‘Mill CourtView details’);});map.addOverlay(marker_2);bounds.extend(marker_2.getPoint());var point_3 = new GPoint(-4.119250774383545, 56.174532384626865);var icon_3 = new GIcon();icon_3.image = ‘http://www.stirling-flexible-lettings.co.uk/wp-content/plugins/post-google-map/markers/green-dot.png’;icon_3.iconAnchor = new GPoint(15, 35);var marker_3 = new GMarker(point_3);GEvent.addListener(marker_3, ‘click’, [...]