// 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(-10.6833333333,-76.25,"~~2547.html\">Ragra Mine (Minasragra), Junín, Cerro de Pasco, Daniel Alcides Carrión Province, Pasco Department, Peru~)Schaller (1915) Journal of the Washington Academy of Science: 5: 7; Palache, C., Berman, H., & Frondel, C. (1951), The System of Mineralogy of James Dwight Dana and Edward Salisbury Dana, Yale University 1837-1892, Volume II: 1062.
~$~!0198940001197257794.jpg\">
Fernandinite © 2007, JGW
Divergent sprays of crystals, from the type locality - maximum crystal size is 0.2 cm. S094-29 Specimen courtesy of Excalibur Mineral Company.~%","Ragra Mine (Minasragra), Junín, Cerro de Pasco, Daniel Alcides Carrión Province, Pasco Department, Peru");
cm(38.6886111111,-110.681111111,"~~19321.html\">Temple Mountain, San Rafael District (San Rafael Swell), Emery Co., Utah, USA~)UGMS Bull 117 Minerals and Mineral Localities of Utah ","Temple Mountain, San Rafael District (San Rafael Swell), Emery Co., Utah, USA");
cm(36.9283333333,-109.918333333,"~~3294.html\">Monument No. 2 Mine, Monument No. 2 channel, Monument Valley, Navajo Indian Reservation, Apache Co., Arizona, USA~)Anthony, J.W., et al (1995), Mineralogy of Arizona, 3rd.ed.: 220; Witkind, I.J. & R.E. Thaden (1963), Geology and uranium-vanadium deposits of the Monument Valley area, Apache and Navajo Cos., AZ: 115; Galbraith, F.W. & D.J. Brennan (1959), ... ","Monument No. 2 Mine, Monument No. 2 channel, Monument Valley, Navajo Indian Reservation, Apache Co., Arizona, USA");
cm(38.8513870239258,-109.483612060547,"~~4152.html\">Cactus Rat Mine, Cisco, Yellow Cat District (W. part of Thompsons District), Grand Co., Utah, USA~)Van King ","Cactus Rat Mine, Cisco, Yellow Cat District (W. part of Thompsons District), Grand Co., Utah, USA");
}
|