// 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.3094444444,-109.220277778,"~~29584.html\">Pandora Mine, Paradox Valley District, Paradox Valley, San Juan Co., Utah, USA

~$~!0189879001067217228.jpg\">Straczekite
© Brent Thorne

Rosettes of monoclinic straczekite crystals associated with carnotite and francevillite. I collected this specimen myself. Brent Thorne specimen and photograph.~%
","Pandora Mine, Paradox Valley District, Paradox Valley, San Juan Co., Utah, USA"); cm(36.9283333333,-109.918333333,"~~3294.html\">Monument No. 2 Mine, Monument No. 2 channel, Monument Valley, Navajo Indian Reservation, Apache Co., Arizona, USA~)Evans, H. and J. Hughes (1990) Crystal chemistry of the natural vanadium bronzes. American Mineralogist: 75: 508-521; Grant, Raymond W., Bideaux, R.A., and Williams, S.A. (2006) Minerals Added to the Arizona List 1995-2005: 8.
","Monument No. 2 Mine, Monument No. 2 channel, Monument Valley, Navajo Indian Reservation, Apache Co., Arizona, USA"); }