// 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
~)Gebhard, G. (1999): Tsumeb II. A Unique Mineral Locality. GG Publishing, Grossenseifen, Germany
~$~!0316523001034909555.jpg\">Cuprian Smithsonite
© 2002 Thames Valley Minerals

A folded matrix vug is lined with a velvety green druse of cuprian smithsonite With original Richard W. Barstow label.~%
","Tsumeb Mine (Tsumcorp Mine), Tsumeb, Otjikoto (Oshikoto) Region, Namibia"); cm(33.0644444444,-110.813333333,"~~3322.html\">79 Mine (79th Mine; Seventy-Nine Mine; Seventy-Nine property; McHur prospect), Chilito, Hayden area, Banner District, Dripping Spring Mts, Gila Co., Arizona, USA~)Anthony, J.W., et al (1995), Mineralogy of Arizona, 3rd.ed.: 374; Keith, S.B. (1972), Mineralogy and paragenesis of the 79 mine lead-zinc-copper deposit, Min.Rec.: 3: 247-264.
~$~!0479695001099353188.jpg\">Cuprian Smithsonite
© Rob Lavinsky

Exceptionally lustrous and colorful specimen from an early-90s find by George Stevens at this classic old Arizona locality. No more has been found since! I still remember when they came out, and I bought all I could afford at the time. They quickly ...~%","79 Mine (79th Mine; Seventy-Nine Mine; Seventy-Nine property; McHur prospect), Chilito, Hayden area, Banner District, Dripping Spring Mts, Gila Co., Arizona, USA"); }