// 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(25.7936111111,-103.791111111,"~~2318.html\">Ojuela Mine, Mapimí, Mun. de Mapimí, Durango, Mexico
~)No reference listed
~$~!024519600989369163.jpg\">Manganoan Adamite
© 1995-2001 Trinity Mineral Co.

4 x 3.5 cm Crystals of manganadamite to 0.7 cm on gossan matrix.~%
","Ojuela Mine, Mapimí, Mun. de Mapimí, Durango, Mexico"); cm(40.1613888889,-113.806666667,"~~4183.html\">Gold Hill Mine (Western Utah Mine), Gold Hill, Gold Hill District (Clifton District), Deep Creek Mts, Tooele Co., Utah, USA~)In the collection of Brent Thorne
~$~!0213373001224271412.jpg\">Manganoan Adamite
© Brent Thorne 2008

Twinned crystal of manganoan adamite. Field of view, 1mm x 1mm. Collected by Mark Rushton from the 125\' level of the Gold Hill Mine. Brent Thorne specimen and photograph.~%","Gold Hill Mine (Western Utah Mine), Gold Hill, Gold Hill District (Clifton District), Deep Creek Mts, Tooele Co., Utah, USA"); }