// 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(-22.2894444444,-68.9011111111,"~~641.html\">Chuquicamata Mine, Chuquicamata District, Calama, El Loa Province, Antofagasta Region, Chile
~)Bandy (1938) American Mineralogist: 23: 742-745; Palache, C., Berman, H., & Frondel, C. (1951), The System of Mineralogy of James Dwight Dana and Edward Salisbury Dana, Yale University 1837-1892, Volume II: 611.
","Chuquicamata Mine, Chuquicamata District, Calama, El Loa Province, Antofagasta Region, Chile"); cm(36.0374984741211,-117.800003051758,"~~25091.html\">Devil\'s Kitchen, Death Valley, Inyo Co., California, USA~)www.mineralsocal.org
","Devil\'s Kitchen, Death Valley, Inyo Co., California, USA"); cm(32.5374984741211,55.2555541992188,"~~25131.html\">Kavir-e-Sagand, Saghand (Sagand; Saqand), Yazd Province, Iran
~$~!0272730001154380545.jpg\">Parabutlerite
© Caltech

A 19 mm wide specimen of parabutlerite from the mines in the Yazd region consisting of dark orange crystals on top of a polycrystalline matrix. Identification confirmed by chemical analysis, optical properties and crystal morphology.~%","Kavir-e-Sagand, Saghand (Sagand; Saqand), Yazd Province, Iran"); cm(47,17.4500007629395,"~~27124.html\">Nyirád Mine, Nyirád, Bakony Mts., Veszprém Co., Hungary~)ACTA MIN. PETR. Suppl. Tomus XXXVIII., 1997
","Nyirád Mine, Nyirád, Bakony Mts., Veszprém Co., Hungary"); }