// 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(51.5555318896,-2.39814448008,"~~1593.html\">Hampstead Farm Quarry, Chipping Sodbury District, South Gloucestershire (Bristol; Avon), England, UK
~)No reference listed
","Hampstead Farm Quarry, Chipping Sodbury District, South Gloucestershire (Bristol; Avon), England, UK"); cm(37.8166666667,66.0666666667,"~~17819.html\">Mine No. 3, Gaurdak Deposit (Gaurdok Deposit), Chardzhou, Lebap Province, Turkmenistan~)Pekov, I. (1998) Minerals First discovered on the territory of the former Soviet Union 369p. Ocean Pictures, Moscow
","Mine No. 3, Gaurdak Deposit (Gaurdok Deposit), Chardzhou, Lebap Province, Turkmenistan"); cm(50.4291666667,7.22805555556,"~~36148.html\">Hüttenberg Mt., Glees, Niederzissen, Eifel Mts, Rhineland-Palatinate, Germany~)Blass, G., Graf , HW., Neue Mineralienfunde aus der Vulkaneifel, MW 1/2001
","Hüttenberg Mt., Glees, Niederzissen, Eifel Mts, Rhineland-Palatinate, Germany"); }