// 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.0166664123535,-107.650001525879,"~~7988.html\">Ohio Mine, \"Amphitheater\" glacial cirque, Ouray, Ouray District (Uncompahgre District), Ouray Co., Colorado, USA

~$Quartz
© 2002 John H. Betts

White quartz pseudomorphs after octahedral fluorite crystals up to 3 cm and calcite crystals up to 3 cm. Minor fluorite still present on the rear. Excellent definition of the pseudomorphs. No damage. Overall size of mineral specimen: 9x6x3 cm. Size ...~%
","Ohio Mine, \"Amphitheater\" glacial cirque, Ouray, Ouray District (Uncompahgre District), Ouray Co., Colorado, USA"); cm(38.0191666667,-107.642222222,"~~7987.html\">Portland Mine, Amphitheater, Ouray, Ouray District (Uncompahgre District), Ouray Co., Colorado, USA
~$Baryte
© 2002 John H. Betts

White bladed barite crystals up to 2 cm on knob-shaped formation coated with druzy gray quartz crystals. Fully crystallized on all sides. Bottom sawn flat. No damage. Overall size of mineral specimen: 9x9x7 cm. Size of individual crystals: 1-20 mm.~%","Portland Mine, Amphitheater, Ouray, Ouray District (Uncompahgre District), Ouray Co., Colorado, USA"); cm(37.9980555556,-107.637777778,"~~7741.html\">Grizzly Bear Mine, Bear Creek Canyon, Ouray, Ouray District (Uncompahgre District), Ouray Co., Colorado, USA
~$Quartz
© Karl Volkman

Group of quartz crystals, the left crystal is 1.9cm tall. Photographed by, and in the collection of, Karl Volkman~%","Grizzly Bear Mine, Bear Creek Canyon, Ouray, Ouray District (Uncompahgre District), Ouray Co., Colorado, USA"); cm(37.9272232055664,-107.686943054199,"~~22962.html\">Silver Bell Mine, Ouray, Ouray District (Uncompahgre District), Ouray Co., Colorado, USA
","Silver Bell Mine, Ouray, Ouray District (Uncompahgre District), Ouray Co., Colorado, USA"); var zoombox=new GLatLngBounds(new GLatLng(37.9272232055664,-107.686943054199),new GLatLng(38.0191666667,-107.637777778)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }