// 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(36.6186103820801,-114.16527557373,"~~3916.html\">Key West Mine, Whitney Pocket Basin, Bunkerville District, Clark Co., Nevada, USA

~$Kotulskite
© JF Carpentier 2008

Steal-grey to pale yellow metallic Kotulskite associated with other sulfides (Chalcopyrite, …) in hornblenditic matrix (overall 1.7 x 1.3 x 1.0 cm). Confirmed by XRD; possibly associated to Michenerite (PdBiTe), as usual from this locality, but ...~%
","Key West Mine, Whitney Pocket Basin, Bunkerville District, Clark Co., Nevada, USA"); var zoombox=new GLatLngBounds(new GLatLng(36.6186103820801,-114.16527557373),new GLatLng(36.6186103820801,-114.16527557373)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }