// 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(45.8505555556,-88.3527777778,"~~12662.html\">Animikie Red Ace pegmatite, Fern, Florence Co., Wisconsin, USA
~)The Mineralogy and Geochemistry of the Animikie Red Ace Pegmatite, Florence County, Wisconsin. Alexander U. Falster, Wm. B. Simmons, and Karen L. Webber, Recent Research Developments in Mineralogy, 1(1996)
","Animikie Red Ace pegmatite, Fern, Florence Co., Wisconsin, USA"); cm(40.6,-7.76666666667,"~~16453.html\">Bendada Quarries, Sabugal, Guarda District, Portugal~)Schnorrer-Köhler (1991), Mineral Occurrences.
~$~!0008849001161788955.jpg\">Väyrynenite
© Elmar Lackner

Picture widtrh is 5mm. Pale rose Väyrynenite. From a find in 1970.~%","Bendada Quarries, Sabugal, Guarda District, Portugal"); cm(35.8166666667,74.8166666667,"~~2529.html\">Shengus (Shingus), Haramosh Mts., Skardu District, Baltistan, Northern Areas, Pakistan~)Min Rec 36:3 p295
~$~!0667010001207948728.jpg\">Väyrynenite
© C. Stefano \'08

0.9cm gem Vayrynenite xl.~%","Shengus (Shingus), Haramosh Mts., Skardu District, Baltistan, Northern Areas, Pakistan"); }