// 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(40.7000007629395,-96.3833312988281,"~~21673.html\">Palmyra, Otoe Co., Nebraska, USA

","Palmyra, Otoe Co., Nebraska, USA"); cm(42.2586097717285,-90.4227752685547,"~~27361.html\">Bellevue Sand and Gravel Company, Jackson Co., Iowa, USA
","Bellevue Sand and Gravel Company, Jackson Co., Iowa, USA"); cm(42.5005569458008,-90.6644439697266,"~~28225.html\">Dubuque, Dubuque Co., Iowa, USA~)www.missourigeologists.org/Min-Loc2.pdf.
","Dubuque, Dubuque Co., Iowa, USA"); cm(42.2358322143555,-96.4722213745117,"~~46836.html\">Winnebago, Thurston Co., Nebraska, USA~)The Minerals and Gemstones of Nebraska CSD U Neb EC 2
","Winnebago, Thurston Co., Nebraska, USA"); cm(42.0166664123535,-97.4161148071289,"~~46837.html\">Norfolk, Madison Co., Nebraska, USA~)The Minerals and Gemstones of Nebraska CSD U Neb EC 2
","Norfolk, Madison Co., Nebraska, USA"); cm(41.0391654968262,-96.3680572509766,"~~21660.html\">Ashland, Saunders Co., Nebraska, USA~)The Minerals and Gemstones of Nebraska CSD U Neb EC 2
","Ashland, Saunders Co., Nebraska, USA"); cm(41.4333343505859,-96.4977798461914,"~~46835.html\">Fremont, Dodge Co., Nebraska, USA~)The Minerals and Gemstones of Nebraska CSD U Neb EC 2
","Fremont, Dodge Co., Nebraska, USA"); cm(40.1666679382324,-95.9499969482422,"~~21667.html\">Humboldt, Richardson Co., Nebraska, USA~)The Minerals and Gemstones of Nebraska CSD U Neb EC 2
","Humboldt, Richardson Co., Nebraska, USA"); cm(39.1958351135254,-95.2080535888672,"~~28170.html\">McLouth, Jefferson Co., Kansas, USA~)Ransom, 1974. Gems and Minerals of America
","McLouth, Jefferson Co., Kansas, USA"); }