// 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.6106277897,-4.21640895947,"~~34838.html\">Chillaton & Hogstor, Milton Abbot, Tavistock District, Devon, England, UK

","Chillaton & Hogstor, Milton Abbot, Tavistock District, Devon, England, UK"); cm(50.6062182359,-4.16390124495,"~~1512.html\">Monkstone Manganese Mine, Milton Abbot, Tavistock District, Devon, England, UK
","Monkstone Manganese Mine, Milton Abbot, Tavistock District, Devon, England, UK"); cm(50.6084392679,-4.18944778633,"~~1535.html\">Week Mine, Milton Abbot, Tavistock District, Devon, England, UK
~$Rhodonite
© J.Ralph

Large cut slab (approx 40cm across) at the Royal Cornwall Museum. Label says Rhodonite A managenese silicate. An exceedingly fine polished slab from a large boulder found in 1980 by R. W. Barstow at Week mine, Milton Abbot, Devonshire.~%","Week Mine, Milton Abbot, Tavistock District, Devon, England, UK"); var zoombox=new GLatLngBounds(new GLatLng(50.6062182359,-4.21640895947),new GLatLng(50.6106277897,-4.16390124495)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }