// 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(38.6886111111,-110.681111111,"~~19321.html\">Temple Mountain, San Rafael District (San Rafael Swell), Emery Co., Utah, USA~)Hess, F.L. & Schaller, W.T. (1914): Pintadoite and Uvanite, two new vanadium minerals from Utah : A preliminary note. Journal of the Washington Academy of Science, 4, 576-579; Palache, C., Berman, H., & Frondel, C. (1951), The System of ...
","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.: 408; Galbraith, F.W. & D.J. Brennan (1959), Minerals of AZ: 78.
","Monument No. 2 Mine, Monument No. 2 channel, Monument Valley, Navajo Indian Reservation, Apache Co., Arizona, USA");
cm(38.68,-110.728055556,"~~20309.html\">Flat Top Mesa, San Rafael District (San Rafael Swell), Emery Co., Utah, USA~)UGMS Bull 117 Minerals and Mineral Localities of Utah
","Flat Top Mesa, San Rafael District (San Rafael Swell), Emery Co., Utah, USA");
}