var startList = function() { var GmlClientGeocoder = new GClientGeocoder(); var map; function moveCenterAddress() { GmlClientGeocoder.getLocations(NSW, Australia, GmlMoveEditorMarkerAddressResponse); } function GmlMoveEditorMarkerAddressResponse(response) { if (!response || response.Status.code != 200) { alert('Sorry, I could not find that address, please try again.'); } else { place = response.Placemark[0]; point = new GLatLng( place.Point.coordinates[1], place.Point.coordinates[0] ); map.setCenter(point); } } function createMarker(point,html) { var theIcon = new GIcon(G_DEFAULT_ICON); theIcon.image = 'https://www.icpa.com.au/modules/icpaBranches/images/icons/gmap_branch.png'; theIcon.shadow = 'https://www.icpa.com.au/modules/icpaBranches/images/icons/gmap_branch_shadow.png'; theIcon.iconSize = new GSize(33, 30); theIcon.shadowSize = new GSize(33, 30); var marker = new GMarker(point, {icon: theIcon}); // The new marker "mouseover" listener GEvent.addListener(marker,"click", function() { marker.openInfoWindowHtml(html, {maxWidth:200}); }); return marker; } function load() { if (GBrowserIsCompatible()) { map = new GMap2(document.getElementById("gmap")); map.addControl(new GSmallMapControl()); //map.addControl(new GMapTypeControl()); map.setCenter(new GLatLng(-32.39851580247401,147.2607421875),5); var bounds = new GLatLngBounds(); var point = new GLatLng(-34.638049,143.561101); bounds.extend(point); var marker = createMarker(point,'

Balranald

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-28.725412,149.57915); bounds.extend(point); var marker = createMarker(point,'

Boomi

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-30.088847,145.937742); bounds.extend(point); var marker = createMarker(point,'

Bourke

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-29.961519,146.858999); bounds.extend(point); var marker = createMarker(point,'

Brewarrina

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-31.959193,141.466614); bounds.extend(point); var marker = createMarker(point,'

Broken Hill

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-32.244042,147.356028); bounds.extend(point); var marker = createMarker(point,'

Central West Plains

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-31.498218,145.840727); bounds.extend(point); var marker = createMarker(point,'

Cobar

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-29.233683670282772,148.6834716796875); bounds.extend(point); var marker = createMarker(point,'

Collarenebri - Mungindi

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-33.089095,147.15218); bounds.extend(point); var marker = createMarker(point,'

Condobolin

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-33.432869,147.54766); bounds.extend(point); var marker = createMarker(point,'

Corinella

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-33.983547,145.708082); bounds.extend(point); var marker = createMarker(point,'

Goolgowi

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-34.500508,144.845099); bounds.extend(point); var marker = createMarker(point,'

Hay

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-33.481365,145.534656); bounds.extend(point); var marker = createMarker(point,'

Hillston

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-29.3486636465236,147.72216796875); bounds.extend(point); var marker = createMarker(point,'

Lightning Ridge - Goodooga

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-31.5553263,159.0821211); bounds.extend(point); var marker = createMarker(point,'

Lord Howe Island

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-30.533836,145.115335); bounds.extend(point); var marker = createMarker(point,'

Louth

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-36.85435108768683,149.2327880859375); bounds.extend(point); var marker = createMarker(point,'

Monaro

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-29.462975,149.841581); bounds.extend(point); var marker = createMarker(point,'

Moree

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-30.105176,148.965674); bounds.extend(point); var marker = createMarker(point,'

Namoi

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-30.666265946323286,151.06201171875); bounds.extend(point); var marker = createMarker(point,'

North West Slopes

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-34.85889049125781,149.83154296875); bounds.extend(point); var marker = createMarker(point,'

NSW/VIC Lone Members

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-31.562487,147.192356); bounds.extend(point); var marker = createMarker(point,'

Nyngan

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-29.36781438477539,144.5086669921875); bounds.extend(point); var marker = createMarker(point,'

Paroo

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-30.930500817607776,147.864990234375); bounds.extend(point); var marker = createMarker(point,'

Quambone District

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-33.91601311340168,146.2554931640625); bounds.extend(point); var marker = createMarker(point,'

Rankins Springs

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-29.434259,142.010079); bounds.extend(point); var marker = createMarker(point,'

Tibooburra - Milparinka

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-32.5788586,146.7777208); bounds.extend(point); var marker = createMarker(point,'

Vermont Hill

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-30.021558,148.116684); bounds.extend(point); var marker = createMarker(point,'

Walgett

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-31.35129140779058,149.0625); bounds.extend(point); var marker = createMarker(point,'

Warrumbungle

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-34.106868,141.919215); bounds.extend(point); var marker = createMarker(point,'

Wentworth

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); var point = new GLatLng(-33.923496,147.205201); bounds.extend(point); var marker = createMarker(point,'

West Wyalong

Click here for more info

'); // ************************ Must addslashes to php stuff above, single quote will break it map.addOverlay(marker); //map.setZoom(5); //map.setCenter(bounds.getCenter()); } } load(); }