// 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(39.0686111111,-77.5161111111,"~~8479.html\">New Goose Creek Quarry (Luck Company Quarry), Leesburg, Loudoun Co., Virginia, USA~)Can.Min.(1980) 18, 323-327; Rocks & Min.:60:167.
~$~!0969130001163299136.jpg\">
Goosecreekite © JBS 2006
1.3mm xl on prehnite. JBS specimen and photo.~%","New Goose Creek Quarry (Luck Company Quarry), Leesburg, Loudoun Co., Virginia, USA");
cm(34.0255555556,-117.431666667,"~~3525.html\">Jensen Quarry, Jurupa, Riverside Co., California, USA~)Lapis 28(12), 9 (2003) ","Jensen Quarry, Jurupa, Riverside Co., California, USA");
cm(19.1888888889,72.9083333333,"~~6394.html\">Kandivali Quarry, Malad, Mumbai District (Bombay District), Maharashtra, India ","Kandivali Quarry, Malad, Mumbai District (Bombay District), Maharashtra, India");
cm(19.8822231292725,73.9411087036133,"~~55821.html\">Mahodari, Nasik District, Maharashtra, India~)MinRecord v34 #1 ~$~!0263087001150147550.jpg\"> | Goosecreekite © Alfonso Rodriguez
9´5x6´5 cm~%","Mahodari, Nasik District, Maharashtra, India");
}
|