// Copyright (c) mindat.org 1993-2016 function j(lat,long) {var point = new GLatLng(lat,long); map.setCenter(point, 16);} function cm(lat,long,html,name) { var point = new GLatLng(lat,long); var marker = new GMarker(point,{icon:icon, title:name}); GEvent.addListener(marker, "click", function() { marker.openInfoWindowHtml(jsunpack(html)); // // map.panTo(marker.getPoint()); var zoom = map.getZoom(); if(zoom<9) zoom=9; map.setZoom(zoom); map.setCenter(marker.getPoint(), zoom); }); GEvent.addListener(marker,"mouseover", function() { marker.setImage("kml-gm-o.png"); }); GEvent.addListener(marker,"mouseout", function() { marker.setImage("kml-gm.png"); }); clus.AddMarker(marker,name); } function jsunpack(txt) { txt=txt.replace(/~~/,"
"); txt=txt.replace(/~!/,""); txt=txt.replace(/~\)/,"
Reference: "); return (txt); } function loadPoints() { cm(-29.4591666667,152.6625,"~~223098.html\">Federal lode (Pulganbar Mercury deposit), Gordonbrook, Drake Co., New South Wales, Australia

","Federal lode (Pulganbar Mercury deposit), Gordonbrook, Drake Co., New South Wales, Australia"); cm(-29.4563888889,152.668611111,"~~223100.html\">Pulganbar PGL5, Gordonbrook, Drake Co., New South Wales, Australia
","Pulganbar PGL5, Gordonbrook, Drake Co., New South Wales, Australia"); cm(-29.4608333333,152.67,"~~223094.html\">Pulganbar No.1, Gordonbrook, Drake Co., New South Wales, Australia
","Pulganbar No.1, Gordonbrook, Drake Co., New South Wales, Australia"); cm(-29.4638888889,152.673333333,"~~223095.html\">Flintoffs Copper Mine, Gordonbrook, Drake Co., New South Wales, Australia
","Flintoffs Copper Mine, Gordonbrook, Drake Co., New South Wales, Australia"); cm(-29.4641666667,152.668055556,"~~223096.html\">Pulganbar No.2, Gordonbrook, Drake Co., New South Wales, Australia
","Pulganbar No.2, Gordonbrook, Drake Co., New South Wales, Australia"); cm(-29.4683333333,152.676111111,"~~223093.html\">Glamorgan Mine (Glamorgan Copper Mine; Jackoonbie), Gordonbrook, Drake Co., New South Wales, Australia
~$Tennantite
©

Tetrahedral tennantite in quartz matrix, an exceptional and rare specimen from this location.~%","Glamorgan Mine (Glamorgan Copper Mine; Jackoonbie), Gordonbrook, Drake Co., New South Wales, Australia"); cm(-29.4608333333,152.664722222,"~~223097.html\">Pulganbar No.3 No.4 No.5, Gordonbrook, Drake Co., New South Wales, Australia
","Pulganbar No.3 No.4 No.5, Gordonbrook, Drake Co., New South Wales, Australia"); cm(-29.4591666667,152.668888889,"~~223099.html\">Pulganbar PML3, Gordonbrook, Drake Co., New South Wales, Australia
","Pulganbar PML3, Gordonbrook, Drake Co., New South Wales, Australia"); cm(-29.4641666667,152.654444444,"~~258583.html\">Pulganbar PML7, Gordonbrook, Drake Co., New South Wales, Australia
","Pulganbar PML7, Gordonbrook, Drake Co., New South Wales, Australia"); cm(-29.4683333333,152.669444444,"~~258584.html\">Pulganbar PGL6, Gordonbrook, Drake Co., New South Wales, Australia
","Pulganbar PGL6, Gordonbrook, Drake Co., New South Wales, Australia"); var zoombox=new GLatLngBounds(new GLatLng(-29.4683333333,152.654444444),new GLatLng(-29.4563888889,152.676111111)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }