// 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(44.2686111111,-70.9241666667,"~~6316.html\">Beryllonite Locality, Stoneham, Oxford Co., Maine, USA

~$Beryllonite
© 2001 John H. Betts

Colorless beryllonite. It is difficult to discern if this crystal is terminated or cleaved. Rare. Ex. A. Stevenson collection #785. Overall size of mineral specimen: 13x9x7 mm.~%
","Beryllonite Locality, Stoneham, Oxford Co., Maine, USA"); cm(44.2238888889,-70.9530555556,"~~3782.html\">Lord Hill Quarry, Stoneham, Oxford Co., Maine, USA
~$Phenakite
© 2002 John H. Betts

Many 1-2 mm crystals of rare phenakite in dense clusters perched on milky quartz crystals. The phenakite is elongated, colorless crystal with complex, irregular shapes. Looks great under magnification. Rare. Ex. R. D. O\'Donnell collection #241. ...~%","Lord Hill Quarry, Stoneham, Oxford Co., Maine, USA"); var zoombox=new GLatLngBounds(new GLatLng(44.2238888889,-70.9530555556),new GLatLng(44.2686111111,-70.9241666667)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }