// 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.2694444444,-70.4730555556,"~~3784.html\">Mt Mica Quarry, Paris, Oxford Co., Maine, USA~)King, V. and Foord, E., 1994, Mineralogy of Maine.
","Mt Mica Quarry, Paris, Oxford Co., Maine, USA");
cm(44.5427777778,-70.7230555556,"~~3780.html\">Dunton Gem Quarry, Newry, Oxford Co., Maine, USA~)King, V. and Foord, E., 1994, Mineralogy of Maine, V. 1; King, V. (ed), 2000, Mineralogy of Maine, V. 2
","Dunton Gem Quarry, Newry, Oxford Co., Maine, USA");
cm(44.3233333333,-70.6947222222,"~~3787.html\">Emmons Quarry (Uncle Tom Mt. Quarry), Uncle Tom Mt, Greenwood, Oxford Co., Maine, USA~)No reference listed
","Emmons Quarry (Uncle Tom Mt. Quarry), Uncle Tom Mt, Greenwood, Oxford Co., Maine, USA");
cm(44.5444444444,-70.7211111111,"~~5939.html\">Bell Pit (Bell Quarry), Newry, Oxford Co., Maine, USA~)King, V. and Foord, E., 1994, Mineralogy of Maine, V. 1; King, V. (ed.), 2000, Mineralogy of Maine, V. 2.
","Bell Pit (Bell Quarry), Newry, Oxford Co., Maine, USA");
cm(35.2111111111,-81.3555555556,"~~3280.html\">Foote Lithium Co. Mine (Foote Mine), Kings Mountain District, Cleveland Co., North Carolina, USA~)To many to list here. If interested, we can e-mail them to you.
~$~!0548190001125805352.jpg\">Moraesite © 2005 JBS
1.3mm radial sprays of moraesite. Very rare here. JBS specimen and photo.~%","Foote Lithium Co. Mine (Foote Mine), Kings Mountain District, Cleveland Co., North Carolina, USA");
cm(-30.95,121.15,"~~17479.html\">Londonderry Li deposit, Nepean, Western Australia, Australia~)Pinch, W.W. 1978. Rare minerals report. Mineralogical Record, 9(2): 113-114. ","Londonderry Li deposit, Nepean, Western Australia, Australia");
}
|