// 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.0980555556,-77.7344444444,"~~6974.html\">Davis Quarry, Dungannon Township, Bancroft District, Hastings Co., Ontario, Canada~)[Bancroft & District Mineral Collecting Guidebook]
~$~!0614012001229968549.jpg\">
Hackmanite © Maggie Wislon
Sodalite var Hackmanite Self collected summer 2008. 10.5 x 9.5 x 4.0 cm~%","Davis Quarry, Dungannon Township, Bancroft District, Hastings Co., Ontario, Canada");
cm(41.2333333333,-74.65,"~~12308.html\">Beemerville main nepheline-syenite mass, Libertyville, Wantage Township, Sussex Co., New Jersey, USA~)Rutgers Univ. Bull. #5, Pt 1:53-54. ","Beemerville main nepheline-syenite mass, Libertyville, Wantage Township, Sussex Co., New Jersey, USA");
cm(34.4538879394531,-92.8438873291016,"~~3407.html\">Magnet Cove, Hot Spring Co., Arkansas, USA~)AmMin 26:437 ","Magnet Cove, Hot Spring Co., Arkansas, USA");
cm(9.48472222222,-13.7833333333,"~~1968.html\">Rouma Island (Roume; Roma; Ruma), Los Archipelago (Los Islands), Guinea ","Rouma Island (Roume; Roma; Ruma), Los Archipelago (Los Islands), Guinea");
cm(45.5627777778,-73.1416666667,"~~599.html\">Poudrette quarry (Demix quarry; Uni-Mix quarry; Desourdy quarry), Mont Saint-Hilaire, Rouville RCM, Montérégie, Québec, Canada~)Peterson, R.C. (1983), The structure of hackmanite, a variety of sodalite, from Mont St-Hilaire, Quebec. Canadian Mineralogist: 21: 549-552. ~$~!0569717001172093711.jpg\"> | Hackmanite © Russell G. Rizzo
This very interesting specimen of Sodalite exhibits several unique characteristics. The first being its strong, neon-orange fluorescence under shortwave ultraviolet illumination and its phosphorescence upon removal of the light source. The second ...~%","Poudrette quarry (Demix quarry; Uni-Mix quarry; Desourdy quarry), Mont Saint-Hilaire, Rouville RCM, Montérégie, Québec, Canada");
cm(22.9166660308838,96.4833297729492,"~~8062.html\">Pein Pyit (Painpyit), Mogok, Sagaing District, Mandalay Division, Burma (Myanmar)~)Knut Eldjarn specimen ","Pein Pyit (Painpyit), Mogok, Sagaing District, Mandalay Division, Burma (Myanmar)");
}
|