function createMap() { if (GBrowserIsCompatible()) { var baseIcon = new GIcon(); baseIcon.iconSize=new GSize(32,32); baseIcon.shadowSize=new GSize(59,32); baseIcon.iconAnchor=new GPoint(16,32); baseIcon.infoWindowAnchor=new GPoint(16,0); function createMarker(point,html,icon) { var marker = new GMarker(point,icon); GEvent.addListener(marker, "click", function() { marker.openInfoWindowHtml(html); }); return marker; } // ------- var map = new GMap2(document.getElementById("map")); map.addControl(new GLargeMapControl()); map.setCenter(new GLatLng(51.7076,-2.9050), 10, G_NORMAL_MAP); // Monmouthshire County Council var point = new GLatLng(51.653482,-3.0018); var marker = createMarker(point,'
Monmouthshire County Council,
County Hall,
Cwmbran,
NP44 2XH
Bryn y Cwm One Stop Shop,
Cross Street,
Abergavenny,
NP7 5HD
Central Monmouthshire One Stop Shop,
Priory Street,
Monmouth,
NP25 3XA
Lower Wye One Stop Shop,
Manor Way,
Manor Way,
NP16 5HZ
Severnside One Stop Shop,
Woodstock Way,
Caldicot,
NP26 5DB