// 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(29.7999992370605,-109.666664123535,"~~2361.html\">Bambollita Mine (Oriental Mine), Moctezuma, Mun. de Moctezuma, Sonora, Mexico~)Min.Mag.(1975) 40, 221-226
~$~!0132831001071639292.jpg\">
Tlalocite © Brent Thorne
Small pocket filled with tlalocite cyrstals. Fractured surface shows platy crystal habit. Field of view, 2mm x 2mm. Brent Thorne specimen and photograph.~%","Bambollita Mine (Oriental Mine), Moctezuma, Mun. de Moctezuma, Sonora, Mexico");
cm(29.7999992370605,-109.666664123535,"~~2359.html\">Moctezuma, Mun. de Moctezuma, Sonora, Mexico ~$~!0096705001049703907.jpg\"> | Tlalocite © Thomas Witzke
Green tlalocite. Picture size 1 mm. Photographer and collection Thomas Witzke.~%","Moctezuma, Mun. de Moctezuma, Sonora, Mexico");
cm(35.2438888889,-116.206944444,"~~144880.html\">Blue Bell claims (Hard Luck claims), Section 2; T13N; R7E (SB), Baker, San Bernardino Co., California, USA~)American Mineralogist (2000): 85: 604, 607. ","Blue Bell claims (Hard Luck claims), Section 2; T13N; R7E (SB), Baker, San Bernardino Co., California, USA");
}
|