// 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.0833333333,-74.6,"~~3948.html\">Sterling Mine, Sterling Hill, Ogdensburg, Franklin Mining District, Sussex Co., New Jersey, USA
~)Dunn, P.J. & Frondel, C.:Min. Rec.:21:425-427 (1990); Dunn(1995):Pt3:362.
","Sterling Mine, Sterling Hill, Ogdensburg, Franklin Mining District, Sussex Co., New Jersey, USA"); cm(53.4666666667,88.3666666667,"~~20417.html\">Tashelginskoye Fe-(Co) deposit, Tashelga River, Gornaya Shoria Region, Kemerovskaya Oblast\', Western-Siberian Region, Russia~)Pekov, I. (1998) Minerals First discovered on the territory of the former Soviet Union 369p. Ocean Pictures, Moscow
","Tashelginskoye Fe-(Co) deposit, Tashelga River, Gornaya Shoria Region, Kemerovskaya Oblast\', Western-Siberian Region, Russia"); cm(41.0072222222,-74.7333333333,"~~12951.html\">Sulphur Hill Mine (Sulfur Hill Mine), Andover Township, Sussex Co., New Jersey, USA~)Volkert, R.A., and Puffer, J.H., 2001, Field trip day five. Road log for the Sulphur Hill and Andover Iron Mines, New Jersey, in Slack, J.F, ed., Part 1. Protorozoic iron and zinc deposits of the Adirondack Mountains of New York and the New Jersey ...
","Sulphur Hill Mine (Sulfur Hill Mine), Andover Township, Sussex Co., New Jersey, USA"); cm(33.875,107.241666667,"~~134939.html\">Shuangwang Au deposit, Western Qinling gold belt, Taibai Co., Baoji Prefecture, Shaanxi Province, China~)Jingwen Mao, Yumin Qiu, Goldfarb, R.J., Zhaochong Zhang, Garwin, S., and Ren Fengshou (2002): Mineralium Deposita 37(3/4), 352-377.
","Shuangwang Au deposit, Western Qinling gold belt, Taibai Co., Baoji Prefecture, Shaanxi Province, China"); }