
   if (GBrowserIsCompatible()) { 
     var baseIcon = new GIcon();
         baseIcon.iconSize=new GSize(30,30);
         baseIcon.iconAnchor=new GPoint(10,30);
         baseIcon.infoWindowAnchor=new GPoint(30,15);
         
     var barnstapleico = new GIcon(baseIcon, "../graphics/maps/barnstaple.png", null, null);
     function createMarker(point,html,icon) {
       var marker = new GMarker(point,icon);
       GEvent.addListener(marker, "click", function() {
         marker.openInfoWindowHtml(html);
       });
       return marker;
     }

     // Display the map, with some controls and set the initial location 
     var map = new GMap2(document.getElementById("googlemap"));
     map.addControl(new GLargeMapControl());
     map.addControl(new GMapTypeControl());
     map.setCenter(new GLatLng(50.80814,-3.80317),9);
   
     // Set up markers with info windows

	var point = new GLatLng(50.686554,-3.467448);
	var marker = createMarker
		(point,'<div style="width:344px; height:140px; position: relative;"><strong>Estuary League of Friends</strong><br />Rydon House<br />20c High Street<br />Topsham<br />Exeter,<br />Devon,<br />EX3 0EA<br />Tel: 01392 879009<br />Email: <a href="mailto:rachel.estuary@virgin.net">rachel.estuary@virgin.net</a><br />Website: <a href="http://www.estuary-league-of-friends.co.uk">www.estuary-league-of-friends.co.uk</a><img src="../graphics/maps/estuary.gif" width="115" height="115" alt="Estuary League of Friends" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);
	 
	var point = new GLatLng(50.79226,-3.65364);
	var marker = createMarker
		(point,'<div style="width:404px; height:145px; position: relative;"><strong>Crediton and District Community Transport Association Co. Ltd</strong><br />10 Market Street,<br />Crediton,<br />Devon,<br />EX17 2AJ<br />Tel: 01363 773303<br />Fax: 01363 777730<br />Email: <a href="mailto:kevin@creditoncommunitytransport.org.uk">kevin@creditoncommunitytransport.org.uk</a><br />Website: <a href="http://www.creditoncommunitytransport.org.uk">www.creditoncommunitytransport.org.uk</a><img src="../graphics/maps/crediton.gif" width="115" height="115" alt="Crediton and District Community Transport Association Co. Ltd" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);
	
	var point = new GLatLng(50.548284,-3.511243);
	var marker = createMarker
		(point,'<div style="width:304px; height:140px; position: relative;"><strong>Volunteering in Health - Teignmouth</strong><br />Teignmouth Hospital<br />Mill Lane<br />Teignmouth<br />Devon<br />TQ12 9BQ<br />Tel: 01626 771143<br />Fax: 01626 771121<br />Email: <a href="mailto:tina.graham@nhs.net">tina.graham@nhs.net</a><img src="../graphics/maps/vih-teignmouth.gif" width="115" height="55" alt="Teignmouth" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);
	
	var point = new GLatLng(50.775324,-4.207233);
	var marker = createMarker
		(point,'<div style="width:304px; height:140px; position: relative;"><strong>Devon Wheels 2 Work CIC</strong><br />Bridge House<br />Station Road<br />Halwill Junction<br />Beaworthy<br />Devon<br />EX21 5XB<br />Tel: 0845 0944308<br />Email: <a href="mailto:admin@devonwheels2work.co.uk">admin@devonwheels2work.co.uk</a><br />Website: <a href="http://www.devonwheels2work.co.uk">www.devonwheels2work.co.uk<img src="../graphics/maps/wheels2work.gif" width="115" height="100" alt="Teignmouth" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);
	
	var point = new GLatLng(50.63212,-3.39932);
	var marker = createMarker
		(point,'<div style="width:364px; height:140px; position: relative;"><strong>Exmouth and District Community Transport Group</strong><br />Office 3, Pound Lane Office Suites,<br />Pound Lane,<br />Exmouth,<br />Devon,<br />EX8 4NP<br />Tel: 01395 266662<br />Email: <a href="mailto:edctg@btconnect.com">edctg@btconnect.com</a><br />Website: <a href="http://www.exmouthringandride.co.uk">www.exmouthringandride.co.uk</a><img src="../graphics/maps/exmouth.gif" width="115" height="115" alt="Exmouth and District Community Transport Group" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);
	
  	var point = new GLatLng(51.067538,-4.057732);
	var marker = createMarker
		(point,'<div style="width:344px; height:150px; position: relative;"><strong>Age Concern Barnstaple</strong><br />1 Litchdon Street,<br />Barnstaple,<br />Devon,<br />EX32 8ND<br />Tel: 01271 324488<br />Email: <a href="mailto:info@ageconcernbarnstaple.org.uk">info@ageconcernbarnstaple.org.uk</a><br />Website: <a href="http://www.ageconcernbarnstaple.org.uk">www.ageconcernbarnstaple.org.uk</a><img src="../graphics/maps/acbarnstaple.gif" alt="Age Concern Barnstaple" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);

  	var point = new GLatLng(51.08056,-4.05825);
	var marker = createMarker
		(point,'<div style="width:344px; height:150px; position: relative;"><strong>Go North Devon Ltd</strong><br />The Shopmobility Centre,<br />Albert Lane,<br />Barnstaple,<br />Devon,<br />EX32 8RL<br />Tel: 01271 328866<br />Fax: 01271 328864<br />Email: <a href="mailto:gonorthdevon@hotmail.co.uk">gonorthdevon@hotmail.co.uk</a><br />Website: <a href="http://www.gonorthdevon.co.uk">www.gonorthdevon.co.uk</a><img src="../graphics/maps/barnstaple.gif" width="115" height="115" alt="Go North Devon Ltd" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);
	
	var point = new GLatLng(51.21538,-4.13567);
	var marker = createMarker
		(point,'<div style="width:304px; height:135px; position: relative;"><strong>Ilfracombe and District Community Transport Association</strong><br />Sunnydale,<br />4 Avenue Road,<br />Ilfracombe<br />Devon,<br />EX34 9AT<br />Tel: 01271 879201<br />Email: <a href="mailto:sajxyz@hotmail.com">sajxyz@hotmail.com</a><img src="../graphics/maps/ilfracombe.gif" width="115" height="115" alt="Ilfracombe and District Community Transport Association" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);
	
	var point = new GLatLng(51.208757,-4.123022);
	var marker = createMarker
		(point,'<div style="width:304px; height:135px; position: relative;"><strong>North Devon Voluntary Services Ltd</strong><br />149 High Street<br />Ilfracombe<br />Devon<br />EX34 9EZ<br />Tel: 01271 866300<br />Email: <a href="mailto:ndvs_tim@yahoo.com">ndvs_tim@yahoo.com</a><br />Website: <a href="http://www.ndvs.org.uk">www.ndvs.org.uk</a><img src="../graphics/maps/ndvs.gif" width="115" height="67" alt="NDVS" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);
	
	var point = new GLatLng(50.38959,-3.9162);
	var marker = createMarker
		(point,'<div style="width:330px; height:140px; position: relative;"><strong>Ivybridge and District Community Transport Association</strong><br />Douro Court,<br />Brook Road,<br />Ivybridge,<br />Devon,<br />PL21 0LS<br />Tel: 01752 690444<br />Email: <a href="mailto:idcta@btinternet.com">idcta@btinternet.com</a><br />Website: <a href="http://www.idcta.co.uk">www.idcta.co.uk</a><img src="../graphics/maps/ivybridge.gif" width="115" height="115" alt="Ivybridge and District Community Transport Association" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);
	
	var point = new GLatLng(50.43959,-3.70162);
	var marker = createMarker
		(point,'<div style="width:330px; height:140px; position: relative;"><strong>Totnes and Dartmouth Ring and Ride</strong><br />Unit B1,<br />St Peters Quay,<br />Baltic Wharf Business Park,<br />Totnes,<br />Devon,<br />TQ9 5EW<br />Tel: 01803 867878<br />Email: <a href="mailto:lesley.tdrr@btconnect.com">lesley.tdrr@btconnect.com</a></div>', barnstapleico)
	map.addOverlay(marker);
	
	var point = new GLatLng(50.282902,-3.77743);
	var marker = createMarker
		(point,'<div style="width:330px; height:140px; position: relative;"><strong>Kingsbridge and District Voluntary Car Scheme</strong><br />Quay House<br />Ilbert Road<br />Kingsbridge<br />Devon<br />TQ7 1DZ<br />Tel: 07833 377265<br />Email: <a href="mailto:n.wharton@hotmail.co.uk">n.wharton@hotmail.co.uk</a><br />Website: <a href="http://www.timeforlife.org.uk">www.timeforlife.org.uk</a><img src="../graphics/maps/timeforlife.gif" width="115" height="92" alt="Time for Life" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);
	
	var point = new GLatLng(50.53146,-3.61094);
	var marker = createMarker
		(point,'<div style="width:330px; height:150px; position: relative;"><strong>Newton Abbot Community Transport Association</strong><br />Multi-Storey Car Park,<br />Sherborne Road,<br />Newton Abbot,<br />Devon,<br />TQ12 2QY<br />Tel: 01626 335775<br />Fax: 01626 352990<br />Email: <a href="mailto:info@b-mobile.org.uk">info@b-mobile.org.uk</a><br />Website: <a href="http://www.newtonabbotcta.org">www.newtonabbotcta.org</a><img src="../graphics/maps/newton.gif" width="115" height="115" alt="Newton Abbot Community Transport Association" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);
	
	var point = new GLatLng(50.80968,-4.35132);
	var marker = createMarker
		(point,'<div style="width:420px; height:135px; position: relative;"><strong>Holsworthy Rural Community Transport</strong><br />14 The Square,<br />Holsworthy,<br />Devon,<br />EX22 6DZ<br />Tel: 01409 259001<br />Fax: 01409 259001<br />Email: <a href="mailto:transport@ntcta.org.uk">transport@ntcta.org.uk</a><br />Website: <a href="http://www.holsworthycommunitytransport.org.uk">www.holsworthycommunitytransport.org.uk</a><img src="../graphics/maps/tamar.gif" width="115" height="73" alt="North Tamar Community Transport Association" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);
	
	var point = new GLatLng(50.73249,-3.99632);
	var marker = createMarker
		(point,'<div style="width:330px; height:145px; position: relative;"><strong>Okehampton and District Community Transport Group</strong><br />Dartmoor Railway, Okehampton Station,<br />Station Road,<br />Okehampton,<br />Devon,<br />Ex20 1EJ<br />Tel: 01837 55000<br />Email: <a href="mailto:sue.odctg@btinternet.com">sue.odctg@btinternet.com</a><br />Website: <a href="http://www.odctg.co.uk">www.odctg.co.uk</a><img src="../graphics/maps/okehampton.gif" width="115" height="115" alt="Okehampton and District Community Transport Group" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);
	
	var point = new GLatLng(50.54856,-4.14755);
	var marker = createMarker
		(point,'<div style="width:330px; height:135px; position: relative;"><strong>Tavistock Area Support Services (TASS)</strong><br />The Anchorage Centre,<br />Chapel Street,<br />Tavistock,<br />Devon,<br />PL19 8AG<br />Tel: 01822 616958<br />Email: <a href="mailto:a.lyle@tasstavistock.org.uk">a.lyle@tasstavistock.org.uk</a><br />Website: <a href="http://www.tasstavistock.org.uk">www.tasstavistock.org.uk</a><img src="../graphics/maps/tavistock.gif" width="115" height="115" alt="Tavistock Area Support Services (TASS)" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);
	
	var point = new GLatLng(50.90108,-3.48627);
	var marker = createMarker
		(point,'<div style="width:330px; height:150px; position: relative;"><strong>Tiverton and District Community Transport Association</strong><br />Multi-Storey Car Park,<br />Phoenix Lane,<br />Tiverton,<br />Devon,<br />EX16 6NB<br />Tel: 01884 242099<br />Fax: 01884 252562<br />Email: <a href="mailto:faye.ashton@tdcta.org.uk">faye.ashton@tdcta.org.uk</a><br />Website: <a href="http://www.tdcta.org.uk">www.tdcta.org.uk</a><img src="../graphics/maps/tiverton.gif" width="115" height="115" alt="Tiverton and District Community Transport Association" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);
	
	var point = new GLatLng(51.01791,-4.20643);
	var marker = createMarker
		(point,'<div style="width:330px; height:145px; position: relative;"><strong>Torridge Community Transport Association Ltd</strong><br />74a High Street,<br />Bideford,<br />Devon,<br />EX39 2AA<br />Tel: 01237 425522<br />Fax: 01237 425522<br />Email: <a href="mailto:info@torridge-cta.org.uk">info@torridge-cta.org.uk</a><br />Website: <a href="http://www.torridge-cta.org.uk">www.torridge-cta.org.uk</a><img src="../graphics/maps/torridge.gif" width="115" height="115" alt="Torridge Community Transport Association Ltd" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);
	
	var point = new GLatLng(50.79858,-3.18865);
	var marker = createMarker
		(point,'<div style="width:330px; height:136px; position: relative;"><strong>TRIP CTA</strong><br />29-31 New Street,<br />Honiton,<br />Devon,<br />EX14 1HG<br />Tel: 01404 46529<br />Email: <a href="mailto:trip.cta@virgin.net">trip.cta@virgin.net</a><br />Fax: 01404 46542<br />Website: <a href="http://www.tripcta.org.uk">www.tripcta.org.uk</a><img src="../graphics/maps/trip.gif" width="115" height="73" alt="TRIP CTA" style="position: absolute; right:0; bottom: 0;"></div>', barnstapleico)
	map.addOverlay(marker);

	var point = new GLatLng(50.80858,-3.20865);
	var marker = createMarker
		(point,'<div style="width:330px; height:136px; position: relative;"><strong>Axe Valley and West Dorset Ring and Ride</strong><br />Parish Office,<br />St Pauls Church,<br />High Street,<br />Honiton,<br />Devon,<br />EX14 1PE<br />Tel: 01404 46520<br />Email: <a href="mailto:axevalleyringride@btconnect.com">axevalleyringride@btconnect.com</a></div>', barnstapleico)
	map.addOverlay(marker);

	var point = new GLatLng(50.80858,-3.20865);
	var marker = createMarker
		(point,'<div style="width:330px; height:136px; position: relative;"><strong>Axe Valley and West Dorset Ring and Ride</strong><br />Parish Office,<br />St Pauls Church,<br />High Street,<br />Honiton,<br />Devon,<br />EX14 1PE<br />Tel: 01404 46520<br />Email: <a href="mailto:axevalleyringride@btconnect.com">axevalleyringride@btconnect.com</a></div>', barnstapleico)
	map.addOverlay(marker);

	var point = new GLatLng(50.75858,-3.00865);
	var marker = createMarker
		(point,'<div style="width:330px; height:136px; position: relative;"><strong>Axminster Care Service</strong><br />Charity Togs,<br />South Street,<br />Axminster,<br />Devon,<br />EX13 5AD<br />Tel: 01297 35550<br />Email: <a href="mailto:markris62@btinternet.com">markris62@btinternet.com</a></div>', barnstapleico)
	map.addOverlay(marker);

   }
   
   // display a warning if the browser was not compatible
   else {
     alert("Sorry, the Google Maps API is not compatible with this browser");
   }

   
