// 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(-19.25,17.7,"~~2428.html\">Tsumeb Mine (Tsumcorp Mine), Tsumeb, Otjikoto (Oshikoto) Region, Namibia
~)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: 190.
~$~!070666500986853247.jpg\">Plumboan Aragonite
© 1995-2001 Trinity Mineral Co.

9 x 4.2 cm specimen of quartz with numerous crystals of aragonite var. tarnowitzite. Tarnowitzite is a lead rich variety of aragonite. The crystals are lustrous and reach to 1.3 cm in length. There is minor malachite as well on this specimen.~%
","Tsumeb Mine (Tsumcorp Mine), Tsumeb, Otjikoto (Oshikoto) Region, Namibia"); cm(40.1777763366699,-118.094444274902,"~~19480.html\">Red Bird Mine, Antelope Springs District, Pershing Co., Nevada, USA~)NBMG Spec. Pub. 31 Minerals of Nevada
","Red Bird Mine, Antelope Springs District, Pershing Co., Nevada, USA"); cm(39.2441673278809,-106.274719238281,"~~115168.html\">Evelyn Mine, Leadville District, Lake Co., Colorado, USA~)Minerals of Colorado (1997) Eckels, E. B.
","Evelyn Mine, Leadville District, Lake Co., Colorado, USA"); }