// 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.8333333333,-109.533333333,"~~17769.html\">Parco No. 23 Mine, Parco Mine Group, Thompsons District (S. E. Thomsons), Grand Co., Utah, USA
~)UGMS Bull 117 Minerals and Mineral Localities of Utah
","Parco No. 23 Mine, Parco Mine Group, Thompsons District (S. E. Thomsons), Grand Co., Utah, USA"); cm(38.8513870239258,-109.483612060547,"~~4152.html\">Cactus Rat Mine, Cisco, Yellow Cat District (W. part of Thompsons District), Grand Co., Utah, USA~)UGMS Bull 117 Minerals and Mineral Localities of Utah
","Cactus Rat Mine, Cisco, Yellow Cat District (W. part of Thompsons District), Grand Co., Utah, USA"); cm(37.9316673278809,-108.837776184082,"~~119390.html\">Buckhorn, Uravan District, San Miguel Co., Colorado, USA~)Minerals of Colorado (1997) E.B. Eckels
","Buckhorn, Uravan District, San Miguel Co., Colorado, USA"); }