// 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(41.1569444444,21.9463888889,"~~2245.html\">Allchar (Alsar), Roszdan, Republic of Macedonia
~)Anthony, Bideaux, Bladh, Nichols: "Handbook of Mineralogy", Vol. 1, 1990
","Allchar (Alsar), Roszdan, Republic of Macedonia"); cm(41.2161111111,-117.256666667,"~~3905.html\">Getchell Mine, Adam Peak, Potosi District, Humboldt Co., Nevada, USA~)NBMG Spec. Pub. 31 Minerals of Nevada
","Getchell Mine, Adam Peak, Potosi District, Humboldt Co., Nevada, USA"); cm(25.5244444444,105.508333333,"~~13580.html\">Lanmuchang Tl-(Hg) deposit, Xingren Co., Qianxi\'nan Autonomous Prefecture, Guizhou Province, China~)Anthony, J.W. et al.: Handbook of Mineralogy
","Lanmuchang Tl-(Hg) deposit, Xingren Co., Qianxi\'nan Autonomous Prefecture, Guizhou Province, China"); cm(36.7177777778,47.1338888889,"~~25142.html\">Zareh Shuran Mine (Zarshuran Mine; Zarshouran Mine; Zarehehuran), Takab (Takan Tepe), West Azarbaijan Province, Iran~)Asadi, H.H., Voncken, J.H.L, Kühnel, R.A., and Hale, M. (2000): Mineralium Deposita 35, 656-671.
","Zareh Shuran Mine (Zarshuran Mine; Zarshouran Mine; Zarehehuran), Takab (Takan Tepe), West Azarbaijan Province, Iran"); }