// 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(52.4669137077,-3.60912324327,"~~5189.html\">Aberdaunant Mine, Llanidloes, Powys (Montgomeryshire), Wales, UK

~$Wulfenite
© Steve Rust

0.6mm orange-brown bipyramiddle wulfenite crystal on pyromorphite. Collected from outcrop workings 1987.~%
","Aberdaunant Mine, Llanidloes, Powys (Montgomeryshire), Wales, UK"); cm(52.467932258,-3.60032635287,"~~5237.html\">Bryntail Mine, Llanidloes, Powys (Montgomeryshire), Wales, UK
","Bryntail Mine, Llanidloes, Powys (Montgomeryshire), Wales, UK"); cm(52.4574814669,-3.64116319595,"~~4725.html\">Geufron Mine, Llanidloes, Powys (Montgomeryshire), Wales, UK
~$Connellite
© Steve Rust

Balls of connellite to 0.5mm on undefind black mineral and cuprite. Steve Rust photo & collection~%","Geufron Mine, Llanidloes, Powys (Montgomeryshire), Wales, UK"); cm(52.4431788864,-3.49936669785,"~~5228.html\">Gorn Mine, Llanidloes, Powys (Montgomeryshire), Wales, UK
","Gorn Mine, Llanidloes, Powys (Montgomeryshire), Wales, UK"); cm(52.4763961533,-3.57265369796,"~~4263.html\">Pen-y-Clun mine, Llanidloes, Powys (Montgomeryshire), Wales, UK
~$Witherite
© 2002 Thames Valley Minerals

A mass of witherite with a pocket of gemmy hexagonal crystals to 5mm across.~%","Pen-y-Clun mine, Llanidloes, Powys (Montgomeryshire), Wales, UK"); cm(52.4715228024,-3.72856167216,"~~5287.html\">Snowbrook Mine, Llanidloes, Powys (Montgomeryshire), Wales, UK
","Snowbrook Mine, Llanidloes, Powys (Montgomeryshire), Wales, UK"); cm(52.4739140089,-3.55636732702,"~~4296.html\">Van Mine, Llanidloes, Powys (Montgomeryshire), Wales, UK
","Van Mine, Llanidloes, Powys (Montgomeryshire), Wales, UK"); var zoombox=new GLatLngBounds(new GLatLng(52.4431788864,-3.72856167216),new GLatLng(52.4763961533,-3.49936669785)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }