// 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
~)Naturwissenschaften,(1960) 47, 376; J.W. Anthony, R.A. Bideaux, K.W. Bladh, M.C. Nichols: Handbook of Mineralogy, Vol. IV (2000)
~$~!0180738001073669966.jpg\">Stranskiite
© Brent Thorne

Thin vein of stranskiite associated with o\\\'danielite on massive tennantite. Field of view, 3mm x 3mm. Brent Thorne specimen and photograph.~%
","Tsumeb Mine (Tsumcorp Mine), Tsumeb, Otjikoto (Oshikoto) Region, Namibia"); cm(51.3608333333,7.61722222222,"~~13167.html\">Genna zinc smelter (slag locality), Letmathe, Iserlohn, Sauerland, North Rhine-Westphalia, Germany~)Wittern: "Mineralfundorte in Deutschland", 2001
","Genna zinc smelter (slag locality), Letmathe, Iserlohn, Sauerland, North Rhine-Westphalia, Germany"); cm(50.3030555556,7.67138888889,"~~34225.html\">Friedrichssegen Mine, Frücht, Bad Ems District, Lahn valley, Rhineland-Palatinate, Germany~)Der Aufschluss Vol.55, March/April 2004
","Friedrichssegen Mine, Frücht, Bad Ems District, Lahn valley, Rhineland-Palatinate, Germany"); }