// 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(26.75,-108.383331298828,"~~8314.html\">Choix, Mun. de Choix, Sinaloa, Mexico

~$Smithsonite
© 2002 John H. Betts

Beautiful specimen of lilac-purple botryoidal smithsonite on thin plate of matrix. This cluster is well crystallized, with few internal flaws commonly found on Mexican smithsonite. No damage. Overall size of mineral specimen: 5x5x2 cm. Size of ...~%
","Choix, Mun. de Choix, Sinaloa, Mexico"); cm(26.75,-108.383331298828,"~~15167.html\">Magistral Mine, Choix, Mun. de Choix, Sinaloa, Mexico
","Magistral Mine, Choix, Mun. de Choix, Sinaloa, Mexico"); cm(26.75,-108.383331298828,"~~13532.html\">Santa Anita Mine, Choix, Mun. de Choix, Sinaloa, Mexico
~$Smithsonite
© 2002 John H. Betts

Large specimen of attractive lilac-purple botryoidal smithsonite on matrix. This cluster is well crystallized, with few internal flaws commonly found on Mexican smithsonite. No damage. This is one of the largest specimens I have had from this ...~%","Santa Anita Mine, Choix, Mun. de Choix, Sinaloa, Mexico"); cm(26.7236111111,-108.233333333,"~~205998.html\">Santo Tomás Mine, Choix, Mun. de Choix, Sinaloa, Mexico
","Santo Tomás Mine, Choix, Mun. de Choix, Sinaloa, Mexico"); var zoombox=new GLatLngBounds(new GLatLng(26.7236111111,-108.383331298828),new GLatLng(26.75,-108.233333333)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }