// Copyright (c) mindat.org 1993-2009 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(-41.8852777778,145.428888889,"~~176.html\">Adelaide Mine (Adelaide Pty Mine; Adelaide Proprietary Mine), Dundas mineral field, Zeehan District, Tasmania, Australia

~$Crocoite
© Anton Watzl

This is the logo specimen of The Adelaide Mining Company! The piece is 5,2cm high and features several freestanding and fully terminated crystals up to 4cm in length. Anton Watzl collection, Austria.~%
","Adelaide Mine (Adelaide Pty Mine; Adelaide Proprietary Mine), Dundas mineral field, Zeehan District, Tasmania, Australia"); cm(-41.8922222222,145.429166667,"~~178.html\">Red Lead Mine, Dundas mineral field, Zeehan district, Tasmania, Australia
~$Crocoite
© 2003 John H. Betts

Bright red-orange crocoite crystals on brown gossan matrix. The crocoite crystals are very clean and lustrous. No damage. Overall size of mineral specimen: 30x29x14 mm. Size of individual crystals: 5-15 mm.~%","Red Lead Mine, Dundas mineral field, Zeehan district, Tasmania, Australia"); cm(-41.8858333333,145.437777778,"~~183.html\">Stichtite Hill, Dundas mineral field, Zeehan District, Tasmania, Australia
~$Stichtite
© 2005 M. Kampf

Field of view 30 mm. Collection M. Kampf 90-052.~%","Stichtite Hill, Dundas mineral field, Zeehan District, Tasmania, Australia"); var zoombox=new GLatLngBounds(new GLatLng(-41.8922222222,145.428888889),new GLatLng(-41.8852777778,145.437777778)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }