// 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.5180549621582,-87.767219543457,"~~16281.html\">Michigan Mine (Michigan Gold Mine), Diorite, Ishpeming, Marquette Co., Michigan, USA

~$Copper
© fabreminerals.com

Copper from Keewenaw, Michigan<br><br>Spongy growth on matrix. The color is especially distinctive, with a different color, more luminous than usual.&lt;br&gt;The piece was in the David Lucas collection, number 596, and we will ...~%
","Michigan Mine (Michigan Gold Mine), Diorite, Ishpeming, Marquette Co., Michigan, USA"); cm(46.5358333333,-87.7330555556,"~~19768.html\">Ropes Mine, Ishpeming, Marquette Co., Michigan, USA
~$Galena
©

Specimen of galena from the Ropes Gold Mine. Taken through my microscope at 30x magnification with my digital camera. The galena used to be very shiny but since I collected it, it has tarnished a bit. Collected in May of 2009 by Travis Olds.~%","Ropes Mine, Ishpeming, Marquette Co., Michigan, USA"); cm(46.4874992370605,-87.6666641235352,"~~26028.html\">Verde Antique Quarry, Ishpeming, Marquette Co., Michigan, USA
","Verde Antique Quarry, Ishpeming, Marquette Co., Michigan, USA"); var zoombox=new GLatLngBounds(new GLatLng(46.4874992370605,-87.767219543457),new GLatLng(46.5358333333,-87.6666641235352)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }