// 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(53.0712796337,-4.06600111534,"~~4297.html\">Britannia Mine (Snowdon Mine), Mt. Snowdon, Gwynedd (Caernarvonshire), Wales, UK
~)Mineralogical Magazine 1991 55 : 163-166
","Britannia Mine (Snowdon Mine), Mt. Snowdon, Gwynedd (Caernarvonshire), Wales, UK"); cm(-30.0666666667,121.629166667,"~~219.html\">Carr Boyd Rocks Ni mine (Carr Boyd Ni mine), Goongarrie, Kalgoorlie-Boulder City, Goldfields-Esperance region, Western Australia, Australia~)Min Mag (1979) 43, 97-98
~$~!0397811001149608310.jpg\">Georgeite
© Knut Eldjarn

Georgeite from the type locality at the Carr Boyd nickel mine, 80 km N. of Kalgoorlie, Wesytern Australia. Field of view: 1,5 cm. Specimen and photo: Knut Eldjarn~%","Carr Boyd Rocks Ni mine (Carr Boyd Ni mine), Goongarrie, Kalgoorlie-Boulder City, Goldfields-Esperance region, Western Australia, Australia"); }