function wagt_map_2() {
  if(GBrowserIsCompatible()) {
    if(!document.getElementById('wagt_map_2')) return false;
    var map = new GMap2(document.getElementById('wagt_map_2'));
    map.enableContinuousZoom();
    map.enableDoubleClickZoom();
    map.addControl(new GLargeMapControl());
    map.addControl(new GMapTypeControl());
    var geocoder = new GClientGeocoder();
    
    var icon = new GIcon();
    var markerStyle = 'Star';
    var markerColor = 'Poppy';
    icon.image = 'http://google.webassist.com/google/markers/star/poppy.png';
    icon.shadow = 'http://google.webassist.com/google/markers/star/shadow.png';
    icon.iconSize = new GSize(29,39);
    icon.shadowSize = new GSize(29,39);
    icon.iconAnchor = new GPoint(15,15);
    icon.infoWindowAnchor = new GPoint(19,7);
    icon.printImage = 'http://google.webassist.com/google/markers/star/poppy.gif';
    icon.mozPrintImage = 'http://google.webassist.com/google/markers/star/poppy_mozprint.png';
    icon.printShadow = 'http://google.webassist.com/google/markers/star/shadow.gif';
    icon.transparent = 'http://google.webassist.com/google/markers/star/poppy_transparent.png';

    var address_0 = {
      street: '880 Wimborne Road',
      city: 'Bournemouth',
      state: 'Dorset',
      zip: 'BH9 2DR ',
      country: 'UK',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>GB Driver LTD</strong><br />880 Wimborne Road<br />Bournemouth, Dorset BH9 2DR  UK<br /><a href="http://www.gbdriver.co.uk" target="_blank">www.gbdriver.co.uk</a></span>',
      full: '880 Wimborne Road, Bournemouth, Dorset, BH9 2DR, UK',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_0.full,
      function(point) {
        if(point) {
          map.setCenter(point, 6);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_0.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 6);
        }
      }
    );

    var address_1 = {
      street: 'PO Box 9348',
      city: '-',
      state: 'Nottingham',
      zip: 'NG15 5BN',
      country: 'UK',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>www.teamtorquesteer.co.uk</strong><br />PO Box 9348<br /> Nottingham NG15 5BN UK<br /><a href="http://www.teamtorquesteer.co.uk" target="_blank">www.teamtorquesteer.co.uk</a></span>',
      full: 'PO Box 9348, -, Nottingham, NG15 5BN, UK',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_1.full,
      function(point) {
        if(point) {
          map.setCenter(point, 6);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_1.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 6);
        }
      }
    );

    var address_2 = {
      street: '86a Hull Road',
      city: 'Hessle',
      state: 'East Yorkshire',
      zip: 'HU13 9LU',
      country: 'UK',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>www.speeding.co.uk</strong><br /> 86a Hull Road, Hessle<br /> East Yorkshire, HU13 9LU UK<br /><a href="http://www.speeding.co.uk" target="_blank">www.speeding.co.uk</a></span>',
      full: '86a Hull Road, Hessle, East Yorkshire, HU13 9LU, UK',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_2.full,
      function(point) {
        if(point) {
          map.setCenter(point, 6);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_2.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 6);
        }
      }
    );

    var address_3 = {
      street: '34 Bradford Road ',
      city: 'Cleckheaton',
      state: 'West Yorkshire',
      zip: 'BD19 3LL',
      country: 'UK',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>www.lkperformancestyling.co.uk</strong><br />34 Bradford Road <br />Cleckheaton, West Yorkshire BD19 3LL UK<br /><a href="http://www.lkperformancestyling.co.uk" target="_blank">www.lkperformancestyling.co.uk</a></span>',
      full: '34 Bradford Road, Cleckheaton, West Yorkshire, BD19 3LL, UK',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_3.full,
      function(point) {
        if(point) {
          map.setCenter(point, 6);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_3.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 6);
        }
      }
    );

    var address_4 = {
      street: 'Orbital Way',
      city: 'Cannock',
      state: 'Staffordshire',
      zip: 'WS11 8XW ',
      country: 'UK',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>PartsWorld Ltd</strong><br />Orbital Way, Cannock<br />Staffordshire WS11 8XW <br /><a href="http://www.partsworldperformance.com" target="_blank">www.partsworldperformance.com</a></span>',
      full: 'Orbital Way, Cannock, Staffordshire, WS11 8XW, UK',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_4.full,
      function(point) {
        if(point) {
          map.setCenter(point, 6);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_4.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 6);
        }
      }
    );

    var address_5 = {
      street: ' PO Box 173',
      city: 'Prescot',
      state: 'Merseyside',
      zip: 'L35 2WZ',
      country: 'UK',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>www.CarStyle-BiTs.com</strong><br /> PO Box 173<br />Prescot, Merseyside L35 2WZ UK<br /><a href="http://www.carstyle-bits.com" target="_blank">www.carstyle-bits.com</a></span>',
      full: 'PO Box 173, Prescot, Merseyside, L35 2WZ, UK',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_5.full,
      function(point) {
        if(point) {
          map.setCenter(point, 6);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_5.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 6);
        }
      }
    );

	var address_6 = {
      street: '',
      city: 'Penarth Rd',
      state: 'Cardiff',
      zip: 'CF11 8JQ',
      country: 'UK',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>B&B Audio Concepts</strong><br /> Unit C1 West Point Industrial Est.<br />Penarth Road, Cardiff CF11 8JQ UK<br /><a href="http://www.audioconcepts.co.uk" target="_blank">www.audioconcepts.co.uk</a></span>',
      full: 'Penarth Rd, Cardiff, CF11 8JQ, UK',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_6.full,
      function(point) {
        if(point) {
          map.setCenter(point, 6);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_6.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 6);
        }
      }
    );
	
	var address_7 = {
      street: ' Unit D, School Road',
      city: 'Hove',
      state: 'East Sussex',
      zip: 'BN3 5HX',
      country: 'UK',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Cliffords of Brighton</strong><br /> Unit D, School Road<br />Hove, East Sussex BN3 5HX UK<br /><a href="http://www.cliffordsofbrighton.co.uk" target="_blank">www.cliffordsofbrighton.co.uk</a></span>',
      full: 'Unit D, School Road, Hove, East Sussex, BN3 5HX, UK',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_7.full,
      function(point) {
        if(point) {
          map.setCenter(point, 6);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_7.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 6);
        }
      }
    );
	
	var address_8 = {
      street: ' Quarry Street',
      city: 'Blackburn',
      state: 'Lancs',
      zip: 'BB1 5DE',
      country: 'UK',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Lookers Vauxhall</strong><br /> Quarry Street<br />Blackburn, Lancs BB1 5DE UK<br /><a href="http://www.lookers.co.uk/cars/dealers/5/Blackburn" target="_blank">www.lookers.co.uk</a></span>',
      full: 'Quarry Street, Blackburn, Lancs, BB1 5DE, UK',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_8.full,
      function(point) {
        if(point) {
          map.setCenter(point, 6);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_8.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 6);
        }
      }
    );
  }
}