// 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(/~~/,"
","Abborrselet, Bräcke, Jämtland, Sweden");
cm(50.6155555556,28.3883333333,"~~11331.html\">Volodarsk-Volynskii (Volodars\'k-Volyns\'kyy; Wolodarsk-Wolynskii), Zhytomyr Oblast\' (Zhitomir Oblast\'), Ukraine~)No reference listed
","Volodarsk-Volynskii (Volodars\'k-Volyns\'kyy; Wolodarsk-Wolynskii), Zhytomyr Oblast\' (Zhitomir Oblast\'), Ukraine");
cm(38.8316650390625,-104.93138885498,"~~112798.html\">Crystal Park Area, Crystal Park, El Paso Co., Colorado, USA~)U.S. Geological Survey, 2005, Mineral Resources Data System: U.S. Geological Survey, Reston, Virginia.
","Crystal Park Area, Crystal Park, El Paso Co., Colorado, USA");
cm(39.3955555556,-105.176388889,"~~26279.html\">White Cloud pegmatite, South Platte Pegmatite District, Jefferson Co., Colorado, USA~)Minerals of Colorado (1997) Eckels, E. B.
","White Cloud pegmatite, South Platte Pegmatite District, Jefferson Co., Colorado, USA");
cm(28.55,102.183333333,"~~73232.html\">Maoniuping REE deposit, Mianning Co., Liangshan Autonomous Prefecture, Sichuan Province, China~)Xu Jiuhua, Xie Yuling, Li Jianping, and Hou Zengqian (2001): Progress in Natural Science 11(11), 833-837.
","Maoniuping REE deposit, Mianning Co., Liangshan Autonomous Prefecture, Sichuan Province, China");
}