// 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.5852777778,-70.6463888889,"~~3775.html\">Black Mt. Quarry, Rumford, Oxford Co., Maine, USA
~)Dyar MD, Taylor ME, Lutz TM, Francis CA, Guidotti CV, Wise M (1998) Inclusive chemical characterization of tourmaline: Mössbauer study of Fe valence and site occupancy. American Mineralogist 83, 848-864. [samples 45 and 46, labeled olenite, are ...
","Black Mt. Quarry, Rumford, Oxford Co., Maine, USA"); cm(44.2694444444,-70.4730555556,"~~3784.html\">Mt Mica Quarry, Paris, Oxford Co., Maine, USA~)http://minerals.gps.caltech.edu/rossmanite/USA_Maine_Mt_Mica/Mt-Mica-index.htm
","Mt Mica Quarry, Paris, Oxford Co., Maine, USA"); cm(49.4802777778,16.2416666667,"~~158298.html\">Rožná Hradisko, Rožná (Rozna; Roschna) pegmatite, Žďár nad Sázavou, Vysočina Region, Moravia (Mähren; Maehren), Czech Republic~)P. Pauliš (2001): Nejzajímavější naleziště Moravy a Slezska. Kuttna, Kutná Hora.
","Rožná Hradisko, Rožná (Rozna; Roschna) pegmatite, Žďár nad Sázavou, Vysočina Region, Moravia (Mähren; Maehren), Czech Republic"); cm(50.3791708848,-4.84851835216,"~~1186.html\">Dorothy China Clay Pit, St Austell District, Cornwall, England, UK~)Tindle, A.G. (2008) Minerals of Britain and Ireland. Terra Publishing, Hemel Hempstead, Hertfordshire. 624pp.
","Dorothy China Clay Pit, St Austell District, Cornwall, England, UK"); }