// 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(32.2088888889,104.514444444,"~~147170.html\">Huya-Siwangpu Mn deposit, Huya village, Mt Xuebaoding, Pingwu Co., Mianyang Prefecture, Sichuan Province, China

~$Stannite
© CCURTO08

Group of Stannite crystals with Fluorite and Calcite. Size: 5,5 x 5,0 x 3,3 cm. The stannite had been analized. Most of this kind of samples from Huya are Sphalerite, and it is practically impossible to distinguish both species without a previous ...~%
","Huya-Siwangpu Mn deposit, Huya village, Mt Xuebaoding, Pingwu Co., Mianyang Prefecture, Sichuan Province, China"); cm(32.3361111111,104.761111111,"~~185980.html\">Jindonggou Au deposit, Western Qinling gold belt, Pingwu Co., Mianyang Prefecture, Sichuan Province, China
","Jindonggou Au deposit, Western Qinling gold belt, Pingwu Co., Mianyang Prefecture, Sichuan Province, China"); cm(31.9666666667,103.35,"~~185979.html\">Yinchang Au deposit, Western Qinling gold belt, Pingwu Co., Mianyang Prefecture, Sichuan Province, China
","Yinchang Au deposit, Western Qinling gold belt, Pingwu Co., Mianyang Prefecture, Sichuan Province, China"); cm(32.285,104.258333333,"~~147149.html\">Yinchanggou (Yingchanggou) Au deposit, Western Qinling gold belt, Pingwu Co., Mianyang Prefecture, Sichuan Province, China
","Yinchanggou (Yingchanggou) Au deposit, Western Qinling gold belt, Pingwu Co., Mianyang Prefecture, Sichuan Province, China"); var zoombox=new GLatLngBounds(new GLatLng(31.9666666667,103.35),new GLatLng(32.3361111111,104.761111111)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }