// 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(54.4195981995,-2.0138712679,"~~158399.html\">Justice Level, Langthwaite, Arkengarthdale, North Pennines, North Yorkshire, England, UK

~$Baryte
© J.Ralph

7cm across, Lawson\'s specimen, Haywards Heath Show 2007.~%
","Justice Level, Langthwaite, Arkengarthdale, North Pennines, North Yorkshire, England, UK"); cm(54.4187000991,-2.00462365488,"~~4951.html\">Old Moulds Mine, Langthwaite, Arkengarthdale, North Pennines, North Yorkshire, England, UK
~$Baryte
© andy thompson

cockscombe barite on a calcite and fluorite matrix. specimen width 75mm. andy thompson collection. self collected 2004~%","Old Moulds Mine, Langthwaite, Arkengarthdale, North Pennines, North Yorkshire, England, UK"); cm(54.4186997058,-2.01078852796,"~~5172.html\">Turf Moor Hush, Langthwaite, Arkengarthdale, North Pennines, North Yorkshire, England, UK
","Turf Moor Hush, Langthwaite, Arkengarthdale, North Pennines, North Yorkshire, England, UK"); cm(54.4213958156,-2.01387187487,"~~185842.html\">Underedge Level, Langthwaite, Arkengarthdale, North Pennines, North Yorkshire, England, UK
~$Fluorite
© Dr Stephen Moreton

Cubes of yellow fluorite (largest 20 mm) with white barite, from Underedge Level.~%","Underedge Level, Langthwaite, Arkengarthdale, North Pennines, North Yorkshire, England, UK"); var zoombox=new GLatLngBounds(new GLatLng(54.4186997058,-2.01387187487),new GLatLng(54.4213958156,-2.00462365488)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }