// 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.7597222222,-75.7047222222,"~~4456.html\">Evans-Lou Mine, Val-des-Monts, Les Collines-de-l\'Outaouais RCM, Outaouais, Québec, Canada~)Canadian Mineralogist Vol. 12, pp. 298-298 (1974)
","Evans-Lou Mine, Val-des-Monts, Les Collines-de-l\'Outaouais RCM, Outaouais, Québec, Canada");
cm(59.4266666667,18.3533333333,"~~3191.html\">Ytterby, Resarö, Vaxholm, Uppland, Sweden~)Dana, J.D. (1868) System of Mineralogy, 5th. Edition, New York: 710; Palache, C., Berman, H., & Frondel, C. (1951), The System of Mineralogy of James Dwight Dana and Edward Salisbury Dana, Yale University 1837-1892, Volume II: 275.
","Ytterby, Resarö, Vaxholm, Uppland, Sweden");
cm(66.5461111111,19.8225,"~~10482.html\">Ruoutevare, Jokkmokk, Lappland, Sweden~)No reference listed
","Ruoutevare, Jokkmokk, Lappland, Sweden");
cm(58.9333333333,9.46666666667,"~~14285.html\">Tangen Feldspar Quarry, Kragerø, Telemark, Norway~)R. Kristiansen (1975, pers. com.); Neumann (1985, p. 102).
","Tangen Feldspar Quarry, Kragerø, Telemark, Norway");
cm(38.1261111111,-91.0475,"~~3868.html\">Pea Ridge Mine (Sullivan), Meramec State Park, Washington Co., Missouri, USA~)R&M 73:2 pp 98-117
","Pea Ridge Mine (Sullivan), Meramec State Park, Washington Co., Missouri, USA");
cm(39.7374992370605,-105.357498168945,"~~6280.html\">Roscoe Beryl Mine (Roscoe pegmatite), Clear Creek pegmatite Province, Jefferson Co., Colorado, USA~)Minerals of Colorado (1997) Eckels, E. B.
","Roscoe Beryl Mine (Roscoe pegmatite), Clear Creek pegmatite Province, Jefferson Co., Colorado, USA");
}