// 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(39.7711111111,-105.206111111,"~~195626.html\">Southeast Quarry, North Table Mountain, Golden, Golden District, Jefferson Co., Colorado, USA

~$Analcime
©

Well-formed white analcime crystals to 1.1 cm with tan balls of thomsonite-Ca to 0.8 cm collected from a basalt vug. Collected at the famous zeolite locality on North Table Mountain in Golden, CO, on August 14, 2009. The best combination piece I ...~%
","Southeast Quarry, North Table Mountain, Golden, Golden District, Jefferson Co., Colorado, USA"); cm(39.7752777778,-105.223333333,"~~195401.html\">West Quarry, North Table Mountain, Golden, Golden District, Jefferson Co., Colorado, USA
~$Chabazite-Ca
© Jim Hall 2009

This is some orange Chabazite, many small, clear crystals on basalt. The photo is 2.7 cm across, and the largest crystal is 1 mm.~%","West Quarry, North Table Mountain, Golden, Golden District, Jefferson Co., Colorado, USA"); var zoombox=new GLatLngBounds(new GLatLng(39.7711111111,-105.223333333),new GLatLng(39.7752777778,-105.206111111)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }