// 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(50.6177777778,7.24944444444,"~~1871.html\">Virneberg Mine (St Josephsberg Mine), Rheinbreitbach, Westerwald, Rhineland-Palatinate, Germany
~)Weiss: "Mineralienfundstellen, Deutschland West", Weise (Munich), 1990
","Virneberg Mine (St Josephsberg Mine), Rheinbreitbach, Westerwald, Rhineland-Palatinate, Germany"); cm(46.2008333333,4.52138888889,"~~31874.html\">La Verrière, Monsols, Rhône, Rhône-Alpes, France~)Favreau G., Legris J-R., Dardillac M. (1996), La Verrière (Rhône): Histoire et Minéralogie, Le Cahier des Micromonteurs, n°3, pp:3-28
","La Verrière, Monsols, Rhône, Rhône-Alpes, France"); cm(43.1063888889,6.02388888889,"~~1747.html\">Cap Garonne Mine, Pradet, Var, Provence-Alpes-Côte d\'Azur, France~)http://www.mine-capgaronne.fr/site/Mineraux/ListeMineraux.html
","Cap Garonne Mine, Pradet, Var, Provence-Alpes-Côte d\'Azur, France"); }