// 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(38.719165802002,-105.169998168945,"~~10929.html\">El Paso Mine, Cripple Creek, Cripple Creek District, Teller Co., Colorado, USA

~$Calaverite
© 2003 John H. Betts

Bright crystals of gold tellurides (Calaverite, Krennerite, Sylvanite) running throughout matrix with a pocket of colorless fluorite crystals. Ex. Robert C. Linck (1905-1970). Overall size of mineral specimen: 5x3x2.5 cm. Size of individual ...~%
","El Paso Mine, Cripple Creek, Cripple Creek District, Teller Co., Colorado, USA"); cm(38.7333335876465,-105.166664123535,"~~11887.html\">Hoosier Mine, Cripple Creek, Cripple Creek District, Teller Co., Colorado, USA
","Hoosier Mine, Cripple Creek, Cripple Creek District, Teller Co., Colorado, USA"); cm(38.712776184082,-105.13500213623,"~~11955.html\">Independence Mine (Stratton Independence Mine), Cripple Creek, Cripple Creek District, Teller Co., Colorado, USA
","Independence Mine (Stratton Independence Mine), Cripple Creek, Cripple Creek District, Teller Co., Colorado, USA"); cm(38.75,-105.175003051758,"~~16465.html\">Molly Kathleen Mine, Cripple Creek, Cripple Creek District, Teller Co., Colorado, USA
~$Calaverite
© Brent Thorne

Calaverite crystal on quartz associated with fluorite and pyrite. Field of view, 1mm x 1mm. Brent Thorne specimen and photograph.~%","Molly Kathleen Mine, Cripple Creek, Cripple Creek District, Teller Co., Colorado, USA"); cm(38.7161102294922,-105.137496948242,"~~18900.html\">Portland Mine (Portland No. 1), Cripple Creek, Cripple Creek District, Teller Co., Colorado, USA
","Portland Mine (Portland No. 1), Cripple Creek, Cripple Creek District, Teller Co., Colorado, USA"); var zoombox=new GLatLngBounds(new GLatLng(38.712776184082,-105.175003051758),new GLatLng(38.75,-105.13500213623)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }