// 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(-18.7338888889,-42.1002777778,"~~205547.html\">Freirinha pegmatite, Governador Valadares, Doce valley, Minas Gerais, Southeast Region, Brazil

","Freirinha pegmatite, Governador Valadares, Doce valley, Minas Gerais, Southeast Region, Brazil"); cm(-18.6991666667,-42.0713888889,"~~4513.html\">Golconda pegmatite, Governador Valadares, Doce valley, Minas Gerais, Southeast Region, Brazil
~$Lepidolite
© 2003 John H. Betts

Rounded, spherical crystals of lilac-pink lepidolite on massive lepidolite matrix. This formation is also known as ball-peen lepidolite after the resemblance to the round end of a ball-peen hammer. Overall size of mineral specimen: 6x4x3.5 cm. Size ...~%","Golconda pegmatite, Governador Valadares, Doce valley, Minas Gerais, Southeast Region, Brazil"); cm(-18.7413888889,-42.1063888889,"~~21776.html\">Ipê mine, Governador Valadares, Doce valley, Minas Gerais, Southeast Region, Brazil
~$Microlite
© 2003 ROM

Transparent golden-yellow 0.3 mm crystals on Albite. Robert Meyer specimen and photo.~%","Ipê mine, Governador Valadares, Doce valley, Minas Gerais, Southeast Region, Brazil"); var zoombox=new GLatLngBounds(new GLatLng(-18.7413888889,-42.1063888889),new GLatLng(-18.6991666667,-42.0713888889)); var zoomlevel = map.getBoundsZoomLevel(zoombox); if(zoomlevel>15) zoomlevel=15; map.setCenter(zoombox.getCenter(),zoomlevel); }