// 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(/~~/,"
","Delaware Mine, Delaware, Keweenaw Co., Michigan, USA");
cm(47.1166666667,-88.5833333333,"~~3842.html\">Quincy Mine, Hancock, Houghton Co., Michigan, USA
","Quincy Mine, Hancock, Houghton Co., Michigan, USA");
cm(47.3833351135254,-88.283332824707,"~~6847.html\">Phoenix Mine, Phoenix, Keweenaw Co., Michigan, USA
~$~!0467073001235788909.jpg\">Chlorastrolite © Paul T. Brandes
Chlorastrolite is Michigan\'s official state gemstone and is known locally as "Isle Royale Greenstone". Scientifically, they are a form of the mineral pumpellyite. Available analyses suggest the Michigan pumpellyites are magnesium-dominant, ...~%","Phoenix Mine, Phoenix, Keweenaw Co., Michigan, USA");
cm(47.3833351135254,-88.283332824707,"~~23392.html\">St. Clair Mine, Phoenix, Keweenaw Co., Michigan, USA~)self collected at site, and verified through red metal minerals ","St. Clair Mine, Phoenix, Keweenaw Co., Michigan, USA");
cm(47.4291648864746,-88.1999969482422,"~~24161.html\">Copper Falls, Keweenaw Co., Michigan, USA~)Mineralogy of Michigan (2004) Heinrich & Robinson ","Copper Falls, Keweenaw Co., Michigan, USA");
cm(47.4249992370605,-88.0166702270508,"~~16036.html\">Medora Mine (Mandan Mine), Mandan, Keweenaw Co., Michigan, USA~)Mineralogy of Michigan (2004) Heinrich & Robinson ","Medora Mine (Mandan Mine), Mandan, Keweenaw Co., Michigan, USA");
cm(47.408332824707,-88.1999969482422,"~~17095.html\">Northwestern Mine, Central, Keweenaw Co., Michigan, USA~)Mineralogy of Michigan (2004) Heinrich & Robinson ","Northwestern Mine, Central, Keweenaw Co., Michigan, USA");
}
|