// 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.6277777778,8.5,"~~130614.html\">Feldschijen glacier, Göscheneralp, Göschenen Valley, Uri, Switzerland

~$Quartz
©

A normal habit smoky quartz as it is commonly found in the southern Aar Massive of central Switzerland. The crystal has a macromosaic structure (resulting in the typical superficial sutures on the crystal faces) that is seen in almost all quartz ...~%
","Feldschijen glacier, Göscheneralp, Göschenen Valley, Uri, Switzerland"); cm(46.6305555556,8.47333333333,"~~49592.html\">Planggenstock Mt., Göscheneralp, Göschenen Valley, Uri, Switzerland
~$Fluorite
© Philip

Nice waterclear pink octahedral fluorite from this classic locality. Size 3cm Philip Mostmans collection and photograph 2005~%","Planggenstock Mt., Göscheneralp, Göschenen Valley, Uri, Switzerland"); cm(46.6205555556,8.45583333333,"~~7093.html\">Winterstock Mt., Göscheneralp, Göschenen Valley, Uri, Switzerland
~$Fluorite
© 2001 John H. Betts

Hard to find specimen of pink fluorite from the Swiss alps. The crystal is octahedral and translucent pink. Minor matrix at the base. Mounted on thumbnail case for protection. Overall size of mineral specimen: 19x17x17 mm. Size of individual ...~%","Winterstock Mt., Göscheneralp, Göschenen Valley, Uri, Switzerland"); var zoombox=new GLatLngBounds(new GLatLng(46.6205555556,8.45583333333),new GLatLng(46.6305555556,8.5)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }