Dog Fence Distributor – Port Macquaire, Kempsey, Tarre

1800 223 364
[email protected]

function initMap() { var myLatlng = new google.maps.LatLng(-30.088108,152.358398); var myOptions = { zoom:6, center: myLatlng, mapTypeId: google.maps.MapTypeId.ROADMAP } var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions); var myCoordinates = [ new google.maps.LatLng(-28.902397,153.555908), new google.maps.LatLng(-28.854296,153.006592), new google.maps.LatLng(-29.008140,152.583618), new google.maps.LatLng(-30.111870,152.391357), new google.maps.LatLng(-30.812629,152.402344), new google.maps.LatLng(-31.273856,152.418823), new google.maps.LatLng(-31.494262,152.896729), new google.maps.LatLng(-31.494262,152.957153) ]; var polyOptions = { path: myCoordinates, strokeColor: "#FF0000", strokeOpacity: 0.8, strokeWeight: 2, fillColor: "#00795C", fillOpacity: 0.2 } var it = new google.maps.Polygon(polyOptions); it.setMap(map); }