// 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(-41.6666666667,145.333333333,"~~132795.html\">Wilson River mineral field, Rosebery district, Tasmania, Australia
~)Bottrill & Baker (in prep) Catalogue of minerals of Tasmania
","Wilson River mineral field, Rosebery district, Tasmania, Australia"); cm(39.3694444444,-121.102777778,"~~19983.html\">North San Juan, Yuba River, North San Juan District (Badger Hill District), Nevada Co., California, USA~)Sjoberg, J. and Gomes, J.M. (1980) Platinum-group minerals in California alluvial deposits. US Bureau of Mines, Reno Research Center, unpublished manuscript: 15, figure 1; Pemberton, H. Earl (1983), Minerals of California; Van Nostrand Reinholt ...
","North San Juan, Yuba River, North San Juan District (Badger Hill District), Nevada Co., California, USA"); }