// 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(40.5794444444,-75.3411111111,"~~4095.html\">Bachman Mine, Hellertown, Lower Saucon Township, Northampton Co., Pennsylvania, USA~)Min.Rec.: Sep-Oct 1980:311. Chemical Analysis provided by M.Matula/A. Falster
~$~!0131643001094964237.jpg\">
Matulaite © M.Heintzelman
White crystalline encrustations of Matulaite with white radiating crystal sprays of Wavellite. Specimen from the Bachman Mine, Hellertown, Northampton Co., Pennsylvania. Area of view aproximately: 12 x 9mm. From the PA Annex of my personal ...~%","Bachman Mine, Hellertown, Lower Saucon Township, Northampton Co., Pennsylvania, USA");
cm(49.6502777778,12.4597222222,"~~1769.html\">Hagendorf South Pegmatite (Cornelia Mine; Hagendorf South Open Cut), Hagendorf, Waidhaus, Vohenstrauß, Oberpfälzer Wald, Upper Palatinate, Bavaria, Germany~)Mücke, A., Schnorrer-Köhler, G., Haase, J., (1989): Über einige Neufunde (Matulait, Chalkantit, und Jarosit)....., Der Aufschluss, Vol. 40, 295-307 ","Hagendorf South Pegmatite (Cornelia Mine; Hagendorf South Open Cut), Hagendorf, Waidhaus, Vohenstrauß, Oberpfälzer Wald, Upper Palatinate, Bavaria, Germany");
cm(40.0138888889,-75.6372222222,"~~11314.html\">General Trimble\'s Mine, East Whiteland Township, Chester Co., Pennsylvania, USA ~$~!0148083001081502004.jpg\"> | Matulaite © M.Heintzelman
Encrustation of Matulaite on matrix. Specimen from General Trimble Mine, Chester Co., Pennsylvania. specimen size: 6.2 x 2.7cm. From the PA Annex of my personal collection, acquired in 2004.~%","General Trimble\'s Mine, East Whiteland Township, Chester Co., Pennsylvania, USA");
cm(51.4252777778,8.32222222222,"~~1926.html\">David Mine (Christiansglück Mine), Hirschberg, Warstein, Sauerland, North Rhine-Westphalia, Germany~)D. Pawlowski: "Mineralfundstellen im Sauerland", Weise (Munich), 1991 ","David Mine (Christiansglück Mine), Hirschberg, Warstein, Sauerland, North Rhine-Westphalia, Germany");
cm(35.2111111111,-81.3555555556,"~~3280.html\">Foote Lithium Co. Mine (Foote Mine), Kings Mountain District, Cleveland Co., North Carolina, USA~)JBS collection ~$~!0373704001125807975.jpg\"> | Matulaite © 2005 JBS
Tiny, .04mm matulaite xls on beraunite. Matulaite here rarely shows any form. Collected 5/03. JBS specimen and photo.~%","Foote Lithium Co. Mine (Foote Mine), Kings Mountain District, Cleveland Co., North Carolina, USA");
}
|