// 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.4494444444,-112.229444444,"~~4161.html\">Marysvale District (Marysvale Uranium area), Piute Co., Utah, USA
~)UGMS Bull 117 Minerals and Mineral Localities of Utah
","Marysvale District (Marysvale Uranium area), Piute 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~)Self collected and sight identified by Brent Thorne
~$~!0770967001161103460.jpg\">Cobaltomenite
© Brent Thorne

Crystal group of cobaltomenite on sandstone. Field of view, 5mm x 5mm. I collected this specimen in 10-06. Brent Thorne specimen and photograph.~%","Cactus Rat Mine, Cisco, Yellow Cat District (W. part of Thompsons District), Grand Co., Utah, USA"); }