// 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(50.8591666667,13.2897222222,"~~156022.html\">Franken Shaft, Himmelsfürst Mine, Brand-Erbisdorf, Freiberg District, Erzgebirge, Saxony, Germany

","Franken Shaft, Himmelsfürst Mine, Brand-Erbisdorf, Freiberg District, Erzgebirge, Saxony, Germany"); cm(50.8575,13.2969444444,"~~156028.html\">Himmelsfürst Shaft, Himmelsfürst Mine, Brand-Erbisdorf, Freiberg District, Erzgebirge, Saxony, Germany
~$Acanthite
© CCURTO08

Cubo-octahedral crystals (pseudomorphic of argentite), one of them dominant, with well defined spinel twin. With small white crystals of calcite. Size: 1,8 x 1,2 x 0,9 cm.~%","Himmelsfürst Shaft, Himmelsfürst Mine, Brand-Erbisdorf, Freiberg District, Erzgebirge, Saxony, Germany"); cm(50.8552777778,13.3113888889,"~~156026.html\">Lade des Bundes Shaft, Himmelsfürst Mine, Brand-Erbisdorf, Freiberg District, Erzgebirge, Saxony, Germany
","Lade des Bundes Shaft, Himmelsfürst Mine, Brand-Erbisdorf, Freiberg District, Erzgebirge, Saxony, Germany"); cm(50.8552777778,13.3113888889,"~~156024.html\">Reichelt Shaft, Himmelsfürst Mine, Brand-Erbisdorf, Freiberg District, Erzgebirge, Saxony, Germany
","Reichelt Shaft, Himmelsfürst Mine, Brand-Erbisdorf, Freiberg District, Erzgebirge, Saxony, Germany"); var zoombox=new GLatLngBounds(new GLatLng(50.8552777778,13.2897222222),new GLatLng(50.8591666667,13.3113888889)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }