// 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(50.6590605654,-3.68803655896,"~~1524.html\">Hedgemoor Farm, Bridford, Teign Valley, Dartmoor & Teign Valley District, Devon, England, UK

","Hedgemoor Farm, Bridford, Teign Valley, Dartmoor & Teign Valley District, Devon, England, UK"); cm(50.653625619,-3.69067144645,"~~34986.html\">Laployd Down, Bridford, Teign Valley, Dartmoor & Teign Valley District, Devon, England, UK
","Laployd Down, Bridford, Teign Valley, Dartmoor & Teign Valley District, Devon, England, UK"); cm(50.6658404107,-3.65431412584,"~~32190.html\">Wheal Augusta (Bridford Barytes Mine), Bridford, Teign Valley, Dartmoor & Teign Valley District, Devon, England, UK
~$Baryte
©

An opaque mass of tabular crystals with bright faces, 2.5cm x 1.5cm. Collected and photographed 2003, Chris Popham collection.~%","Wheal Augusta (Bridford Barytes Mine), Bridford, Teign Valley, Dartmoor & Teign Valley District, Devon, England, UK"); var zoombox=new GLatLngBounds(new GLatLng(50.653625619,-3.69067144645),new GLatLng(50.6658404107,-3.65431412584)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }