// 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(34.924446105957,-118.220275878906,"~~27493.html\">Gem Hill, Mojave, Kern Co., California, USA

","Gem Hill, Mojave, Kern Co., California, USA"); cm(34.2186111111,-108.871666667,"~~27489.html\">Red Hill, Catron Co., New Mexico, USA
","Red Hill, Catron Co., New Mexico, USA"); cm(44.910831451416,-120.721664428711,"~~27574.html\">Antelope, Wasco Co., Oregon, USA
","Antelope, Wasco Co., Oregon, USA"); cm(30.1527786254883,-103.599166870117,"~~41996.html\">Woodward Ranch, Alpine, Brewster Co., Texas, USA~)http://www.omsinc.org/archives/Ore-cutts_Jan04.pdf
","Woodward Ranch, Alpine, Brewster Co., Texas, USA"); cm(35.5125007629395,-86.4199981689453,"~~18050.html\">Horse Mountain (Silvertooth Agate Fields; Curbow Rock Farm), Bedford Co., Tennessee, USA~)Zeitner ,1968. Appalachian Mineral & Gem Trails
","Horse Mountain (Silvertooth Agate Fields; Curbow Rock Farm), Bedford Co., Tennessee, USA"); }