// 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.1227777778,-75.3783333333,"~~15933.html\">Gouverneur Talc Company No. 4 Quarry (Valentine deposit; Valentine property), Harrisville, Diana Township, Lewis Co., New York, USA~)Robinson, G.W. & Grice, J.D. (1993): The barium analog of brewsterite from Harrisville, New York. Canadian Mineralogist, 31, 676-690.
~$~!0220607001202356845.jpg\">
Brewsterite-Ba © 2008, JGW
Small crystals of pale green, nearly transparent brewsterite-Ba, on prehnite. 0.1 cm field of view. S310-22 Specimen provided courtesy of Van King.~%","Gouverneur Talc Company No. 4 Quarry (Valentine deposit; Valentine property), Harrisville, Diana Township, Lewis Co., New York, USA");
}
|