// 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(/~~/,"
","Nantan meteorites (Nandan meteorites), Lihu - Yaochai area, Nandan Co., Hechi Prefecture, Guangxi Zhuang Autonomous Region, China");
cm(31.7558333333,-102.478333333,"~~4134.html\">Odessa Craters, Odessa, Ector Co., Texas, USA~)J. I. Goldstein THE DISTRIBUTION OF Ge IN THE METALLIC PHASES OF SOME IRON METEORITES GODDARD SPACE FLIGHT CENTER
","Odessa Craters, Odessa, Ector Co., Texas, USA");
cm(33.5,-95.3000030517578,"~~31285.html\">Deport meteorite, Deport, Red River Co., Texas, USA~)AmMin 17:357-359
","Deport meteorite, Deport, Red River Co., Texas, USA");
cm(46.7666666667,15.9666666667,"~~20464.html\">Basalt quarry, Klöch, Bad Radkersburg, Styria, Austria~)R. Exel: Die Mineralien und Erzlagerstätten Österreichs (1993)
","Basalt quarry, Klöch, Bad Radkersburg, Styria, Austria");
cm(37.9561111111,-85.4544444444,"~~108025.html\">Nelson County meteorite, Cox\'s Creek, Nelson Co., Kentucky, USA~)http://meteoritemag.uark.edu/622.htm
","Nelson County meteorite, Cox\'s Creek, Nelson Co., Kentucky, USA");
cm(52.4833333333,16.9166666667,"~~68095.html\">Morasko meteorite, Poznan, Wielkopolskie, Poland~)B. Cervelle et al. , Bull. Soc. Fr. Minéral. , 1974, 97, pp. 40-47.
","Morasko meteorite, Poznan, Wielkopolskie, Poland");
cm(35.0280555556,-111.0225,"~~3317.html\">Canyon Diablo meteorite, Meteor Crater and vicinity, Winslow, Coconino Co., Arizona, USA~)www.alaska.net/~meteor/CDinfo.htm; Space Science Reviews, Volume 14, Issue 6, pp.758-831
","Canyon Diablo meteorite, Meteor Crater and vicinity, Winslow, Coconino Co., Arizona, USA");
}