// 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(46.3161111111,8.21472222222,"~~29174.html\">Gischi glacier (incl. Gischihorn Mt.), Kriegalp Valley (Chriegalp Valley), Binn Valley, Wallis (Valais), Switzerland

","Gischi glacier (incl. Gischihorn Mt.), Kriegalp Valley (Chriegalp Valley), Binn Valley, Wallis (Valais), Switzerland"); cm(46.3030555556,8.14055555556,"~~107785.html\">Hillehorn Mt. (northeast slope), Chummibort, Binn Valley, Wallis (Valais), Switzerland~)Cuchet, S., van der Burgt, A. und Meisser, N. (2005): Chummibort, eine neue Fundstelle für Arsenmineralien im Binntal. Schweizer Strahler, Nr. 2, 19-29. (in German/French)
~$~!0098424001175625113.jpg\">Asbecasite
© Elmar Lackner

Picture width is 6mm. Yellow crude crystal of Asbecasite. Depth of field is achieved with CombineZM.~%","Hillehorn Mt. (northeast slope), Chummibort, Binn Valley, Wallis (Valais), Switzerland"); cm(46.2944444444,8.12583333333,"~~6985.html\">Bortelhorn Mt., Steinu Valley, Simplon pass area, Brig, Wallis (Valais), Switzerland~)Christian Bracke Collection.
","Bortelhorn Mt., Steinu Valley, Simplon pass area, Brig, Wallis (Valais), Switzerland"); }