
function wagmp_map_1() {
  if(GBrowserIsCompatible()) {
    if(!document.getElementById('wagmp_map_1')) return false;
    var map = new GMap2(document.getElementById('wagmp_map_1'));
    map.enableContinuousZoom();
    map.enableDoubleClickZoom();
    map.addControl(new GLargeMapControl());
    map.addControl(new GMapTypeControl());
    var geocoder = new GClientGeocoder();
    
    var fromAddress = {
      enabled: false,
      street: '',
      city: '',
      state: '',
      zip: '',
      country: '',
      full: ''
    };

  /*
  
  
  var icon_0 = new GIcon();
    icon_0.image = 'http://google.webassist.com/google/markers/pushpin/moab.png';
    icon_0.shadow = 'http://google.webassist.com/google/markers/pushpin/shadow.png';
    icon_0.iconSize = new GSize(40,41);
    icon_0.shadowSize = new GSize(40,41);
    icon_0.iconAnchor = new GPoint(7,38);
    icon_0.infoWindowAnchor = new GPoint(26,4);
    icon_0.printImage = 'http://google.webassist.com/google/markers/pushpin/moab.gif';
    icon_0.mozPrintImage = 'http://google.webassist.com/google/markers/pushpin/moab_mozprint.png';
    icon_0.printShadow = 'http://google.webassist.com/google/markers/pushpin/shadow.gif';
    icon_0.transparent = 'http://google.webassist.com/google/markers/pushpin/moab_transparent.png';
    
    var address_0 = {
      street: '',
      city: 'Tampa',
      state: 'FL',
      zip: '33612',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Moffitt Cancer Center</strong><br />Tampa, FL 33612</span>',
      full: '27.98195,-82.49099',
      isdefault: false,
      addressType: 'coordinates',
      loop: '',
      latitude: '27.98195',
      longitude: '-82.49099',
      markerStyle: 'Push-Pin',
      markerColor: 'Moab'      
    };
    
    geocoder.getLatLng (
      address_0.full,
      function(point) {
        if(point) {
          var marker = new GMarker(point, icon_0);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_0.infowindowtext);
          });
          if(!fromAddress.enabled || 'address_0' != 'address_15') {
            map.setCenter(point, 13);
            map.addOverlay(marker);
          }
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var icon_1 = new GIcon();
    icon_1.image = 'http://google.webassist.com/google/markers/pushpin/moab.png';
    icon_1.shadow = 'http://google.webassist.com/google/markers/pushpin/shadow.png';
    icon_1.iconSize = new GSize(40,41);
    icon_1.shadowSize = new GSize(40,41);
    icon_1.iconAnchor = new GPoint(7,38);
    icon_1.infoWindowAnchor = new GPoint(26,4);
    icon_1.printImage = 'http://google.webassist.com/google/markers/pushpin/moab.gif';
    icon_1.mozPrintImage = 'http://google.webassist.com/google/markers/pushpin/moab_mozprint.png';
    icon_1.printShadow = 'http://google.webassist.com/google/markers/pushpin/shadow.gif';
    icon_1.transparent = 'http://google.webassist.com/google/markers/pushpin/moab_transparent.png';
    
    var address_1 = {
      street: '3001 W Dr Martin Luther Kng Jr',
      city: 'Tampa',
      state: 'Fl',
      zip: '33716',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>St. Josephs Hospital</strong><br />3001 W Dr Martin Luther Kng Jr<br />Tampa, Fl 33716</span>',
      full: '3001 W Dr Martin Luther Kng Jr, Tampa, Fl, 33716',
      isdefault: false,
      addressType: 'address',
      loop: '',
      latitude: '',
      longitude: '',
      markerStyle: 'Push-Pin',
      markerColor: 'Moab'      
    };
    
    geocoder.getLatLng (
      address_1.full,
      function(point) {
        if(point) {
          var marker = new GMarker(point, icon_1);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_1.infowindowtext);
          });
          if(!fromAddress.enabled || 'address_1' != 'address_15') {
            map.setCenter(point, 13);
            map.addOverlay(marker);
          }
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var icon_2 = new GIcon();
    icon_2.image = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.png';
    icon_2.shadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.png';
    icon_2.iconSize = new GSize(34,35);
    icon_2.shadowSize = new GSize(34,35);
    icon_2.iconAnchor = new GPoint(9,23);
    icon_2.infoWindowAnchor = new GPoint(19,0);
    icon_2.printImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.gif';
    icon_2.mozPrintImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png';
    icon_2.printShadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.gif';
    icon_2.transparent = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png';
    
    var address_2 = {
      street: '12902 Magnolia Drive',
      city: 'Tampa',
      state: 'Fl',
      zip: '33612',
      country: '',
      infowindow: 'default',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Address:</strong><br />12902 Magnolia Drive<br />Tampa, Fl 33612</span>',
      full: '12902 Magnolia Drive, Tampa, Fl, 33612',
      isdefault: false,
      addressType: 'address',
      loop: '',
      latitude: '',
      longitude: '',
      markerStyle: 'Google Traditional (flat)',
      markerColor: 'Pacifica'      
    };
    
    geocoder.getLatLng (
      address_2.full,
      function(point) {
        if(point) {
          var marker = new GMarker(point, icon_2);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_2.infowindowtext);
          });
          if(!fromAddress.enabled || 'address_2' != 'address_15') {
            map.setCenter(point, 13);
            map.addOverlay(marker);
          }
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var icon_3 = new GIcon();
    icon_3.image = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.png';
    icon_3.shadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.png';
    icon_3.iconSize = new GSize(34,35);
    icon_3.shadowSize = new GSize(34,35);
    icon_3.iconAnchor = new GPoint(9,23);
    icon_3.infoWindowAnchor = new GPoint(19,0);
    icon_3.printImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.gif';
    icon_3.mozPrintImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png';
    icon_3.printShadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.gif';
    icon_3.transparent = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png';
    
    var address_3 = {
      street: '880 Carillon Parkway',
      city: 'St. Petersburg',
      state: 'Fl',
      zip: '33716',
      country: '',
      infowindow: 'default',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Address:</strong><br />880 Carillon Parkway<br />St. Petersburg, Fl 33716</span>',
      full: '880 Carillon Parkway, St. Petersburg, Fl, 33716',
      isdefault: false,
      addressType: 'address',
      loop: '',
      latitude: '',
      longitude: '',
      markerStyle: 'Google Traditional (flat)',
      markerColor: 'Pacifica'      
    };
    
    geocoder.getLatLng (
      address_3.full,
      function(point) {
        if(point) {
          var marker = new GMarker(point, icon_3);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_3.infowindowtext);
          });
          if(!fromAddress.enabled || 'address_3' != 'address_15') {
            map.setCenter(point, 13);
            map.addOverlay(marker);
          }
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var icon_4 = new GIcon();
    icon_4.image = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.png';
    icon_4.shadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.png';
    icon_4.iconSize = new GSize(34,35);
    icon_4.shadowSize = new GSize(34,35);
    icon_4.iconAnchor = new GPoint(9,23);
    icon_4.infoWindowAnchor = new GPoint(19,0);
    icon_4.printImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.gif';
    icon_4.mozPrintImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png';
    icon_4.printShadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.gif';
    icon_4.transparent = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png';
    
    var address_4 = {
      street: '10560 Dr. Martin Luther King Jr. St. North',
      city: 'St. Petersburg',
      state: 'Fl',
      zip: '33716',
      country: '',
      infowindow: 'default',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Address:</strong><br />10560 Dr. Martin Luther King Jr. St. North<br />St. Petersburg, Fl 33716</span>',
      full: '10560 Dr. Martin Luther King Jr. St. North, St. Petersburg, Fl, 33716',
      isdefault: false,
      addressType: 'address',
      loop: '',
      latitude: '',
      longitude: '',
      markerStyle: 'Google Traditional (flat)',
      markerColor: 'Pacifica'      
    };
    
    geocoder.getLatLng (
      address_4.full,
      function(point) {
        if(point) {
          var marker = new GMarker(point, icon_4);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_4.infowindowtext);
          });
          if(!fromAddress.enabled || 'address_4' != 'address_15') {
            map.setCenter(point, 13);
            map.addOverlay(marker);
          }
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var icon_5 = new GIcon();
    icon_5.image = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.png';
    icon_5.shadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.png';
    icon_5.iconSize = new GSize(34,35);
    icon_5.shadowSize = new GSize(34,35);
    icon_5.iconAnchor = new GPoint(9,23);
    icon_5.infoWindowAnchor = new GPoint(19,0);
    icon_5.printImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.gif';
    icon_5.mozPrintImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png';
    icon_5.printShadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.gif';
    icon_5.transparent = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png';
    
    var address_5 = {
      street: '10001 N. McKinley Drive',
      city: 'Tampa',
      state: 'Fl',
      zip: '33612',
      country: '',
      infowindow: 'default',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Address:</strong><br />10001 N. McKinley Drive<br />Tampa, Fl 33612</span>',
      full: '10001 N. McKinley Drive, Tampa, Fl, 33612',
      isdefault: false,
      addressType: 'address',
      loop: '',
      latitude: '',
      longitude: '',
      markerStyle: 'Google Traditional (flat)',
      markerColor: 'Pacifica'      
    };
    
    geocoder.getLatLng (
      address_5.full,
      function(point) {
        if(point) {
          var marker = new GMarker(point, icon_5);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_5.infowindowtext);
          });
          if(!fromAddress.enabled || 'address_5' != 'address_15') {
            map.setCenter(point, 13);
            map.addOverlay(marker);
          }
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var icon_6 = new GIcon();
    icon_6.image = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.png';
    icon_6.shadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.png';
    icon_6.iconSize = new GSize(34,35);
    icon_6.shadowSize = new GSize(34,35);
    icon_6.iconAnchor = new GPoint(9,23);
    icon_6.infoWindowAnchor = new GPoint(19,0);
    icon_6.printImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.gif';
    icon_6.mozPrintImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png';
    icon_6.printShadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.gif';
    icon_6.transparent = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png';
    
    var address_6 = {
      street: '',
      city: '',
      state: '',
      zip: '',
      country: '',
      infowindow: 'default',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Coordinates:</strong><br />(28.418733, -81.581183)</span>',
      full: '28.418733,-81.581183',
      isdefault: false,
      addressType: 'coordinates',
      loop: '',
      latitude: '28.418733',
      longitude: '-81.581183',
      markerStyle: 'Google Traditional (flat)',
      markerColor: 'Pacifica'      
    };
    
    geocoder.getLatLng (
      address_6.full,
      function(point) {
        if(point) {
          var marker = new GMarker(point, icon_6);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_6.infowindowtext);
          });
          if(!fromAddress.enabled || 'address_6' != 'address_15') {
            map.setCenter(point, 13);
            map.addOverlay(marker);
          }
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var icon_7 = new GIcon();
    icon_7.image = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.png';
    icon_7.shadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.png';
    icon_7.iconSize = new GSize(34,35);
    icon_7.shadowSize = new GSize(34,35);
    icon_7.iconAnchor = new GPoint(9,23);
    icon_7.infoWindowAnchor = new GPoint(19,0);
    icon_7.printImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.gif';
    icon_7.mozPrintImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png';
    icon_7.printShadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.gif';
    icon_7.transparent = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png';
    
    var address_7 = {
      street: '',
      city: '',
      state: '',
      zip: '',
      country: '',
      infowindow: 'default',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Coordinates:</strong><br />(27.964736, -82.43513)</span>',
      full: '27.964736,-82.43513',
      isdefault: false,
      addressType: 'coordinates',
      loop: '',
      latitude: '27.964736',
      longitude: '-82.43513',
      markerStyle: 'Google Traditional (flat)',
      markerColor: 'Pacifica'      
    };
    
    geocoder.getLatLng (
      address_7.full,
      function(point) {
        if(point) {
          var marker = new GMarker(point, icon_7);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_7.infowindowtext);
          });
          if(!fromAddress.enabled || 'address_7' != 'address_15') {
            map.setCenter(point, 13);
            map.addOverlay(marker);
          }
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var icon_8 = new GIcon();
    icon_8.image = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.png';
    icon_8.shadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.png';
    icon_8.iconSize = new GSize(34,35);
    icon_8.shadowSize = new GSize(34,35);
    icon_8.iconAnchor = new GPoint(9,23);
    icon_8.infoWindowAnchor = new GPoint(19,0);
    icon_8.printImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.gif';
    icon_8.mozPrintImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png';
    icon_8.printShadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.gif';
    icon_8.transparent = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png';
    
    var address_8 = {
      street: '',
      city: '',
      state: '',
      zip: '',
      country: '',
      infowindow: 'default',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Coordinates:</strong><br />(27.8858, -82.4858)</span>',
      full: '27.8858,-82.4858',
      isdefault: false,
      addressType: 'coordinates',
      loop: '',
      latitude: '27.8858',
      longitude: '-82.4858',
      markerStyle: 'Google Traditional (flat)',
      markerColor: 'Pacifica'      
    };
    
    geocoder.getLatLng (
      address_8.full,
      function(point) {
        if(point) {
          var marker = new GMarker(point, icon_8);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_8.infowindowtext);
          });
          if(!fromAddress.enabled || 'address_8' != 'address_15') {
            map.setCenter(point, 13);
            map.addOverlay(marker);
          }
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var icon_9 = new GIcon();
    icon_9.image = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.png';
    icon_9.shadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.png';
    icon_9.iconSize = new GSize(34,35);
    icon_9.shadowSize = new GSize(34,35);
    icon_9.iconAnchor = new GPoint(9,23);
    icon_9.infoWindowAnchor = new GPoint(19,0);
    icon_9.printImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.gif';
    icon_9.mozPrintImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png';
    icon_9.printShadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.gif';
    icon_9.transparent = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png';
    
    var address_9 = {
      street: '',
      city: '',
      state: '',
      zip: '',
      country: '',
      infowindow: 'default',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Coordinates:</strong><br />(27.947, -82.458)</span>',
      full: '27.947,-82.458',
      isdefault: false,
      addressType: 'coordinates',
      loop: '',
      latitude: '27.947',
      longitude: '-82.458',
      markerStyle: 'Google Traditional (flat)',
      markerColor: 'Pacifica'      
    };
    
    geocoder.getLatLng (
      address_9.full,
      function(point) {
        if(point) {
          var marker = new GMarker(point, icon_9);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_9.infowindowtext);
          });
          if(!fromAddress.enabled || 'address_9' != 'address_15') {
            map.setCenter(point, 13);
            map.addOverlay(marker);
          }
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var icon_10 = new GIcon();
    icon_10.image = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.png';
    icon_10.shadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.png';
    icon_10.iconSize = new GSize(34,35);
    icon_10.shadowSize = new GSize(34,35);
    icon_10.iconAnchor = new GPoint(9,23);
    icon_10.infoWindowAnchor = new GPoint(19,0);
    icon_10.printImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.gif';
    icon_10.mozPrintImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png';
    icon_10.printShadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.gif';
    icon_10.transparent = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png';
    
    var address_10 = {
      street: '401 W Kennedy Blvd',
      city: 'Tampa',
      state: 'FL',
      zip: '33606',
      country: '',
      infowindow: 'default',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Address:</strong><br />401 W Kennedy Blvd<br />Tampa, FL 33606</span>',
      full: '401 W Kennedy Blvd, Tampa, FL, 33606',
      isdefault: false,
      addressType: 'address',
      loop: '',
      latitude: '',
      longitude: '',
      markerStyle: 'Google Traditional (flat)',
      markerColor: 'Pacifica'      
    };
    
    geocoder.getLatLng (
      address_10.full,
      function(point) {
        if(point) {
          var marker = new GMarker(point, icon_10);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_10.infowindowtext);
          });
          if(!fromAddress.enabled || 'address_10' != 'address_15') {
            map.setCenter(point, 13);
            map.addOverlay(marker);
          }
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var icon_11 = new GIcon();
    icon_11.image = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.png';
    icon_11.shadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.png';
    icon_11.iconSize = new GSize(34,35);
    icon_11.shadowSize = new GSize(34,35);
    icon_11.iconAnchor = new GPoint(9,23);
    icon_11.infoWindowAnchor = new GPoint(19,0);
    icon_11.printImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.gif';
    icon_11.mozPrintImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png';
    icon_11.printShadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.gif';
    icon_11.transparent = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png';
    
    var address_11 = {
      street: '1010 N WC MacInnes Place',
      city: 'Tampa',
      state: 'FL',
      zip: '33602',
      country: '',
      infowindow: 'default',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Address:</strong><br />1010 N WC MacInnes Place<br />Tampa, FL 33602</span>',
      full: '1010 N WC MacInnes Place, Tampa, FL, 33602',
      isdefault: false,
      addressType: 'address',
      loop: '',
      latitude: '',
      longitude: '',
      markerStyle: 'Google Traditional (flat)',
      markerColor: 'Pacifica'      
    };
    
    geocoder.getLatLng (
      address_11.full,
      function(point) {
        if(point) {
          var marker = new GMarker(point, icon_11);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_11.infowindowtext);
          });
          if(!fromAddress.enabled || 'address_11' != 'address_15') {
            map.setCenter(point, 13);
            map.addOverlay(marker);
          }
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var icon_12 = new GIcon();
    icon_12.image = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.png';
    icon_12.shadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.png';
    icon_12.iconSize = new GSize(34,35);
    icon_12.shadowSize = new GSize(34,35);
    icon_12.iconAnchor = new GPoint(9,23);
    icon_12.infoWindowAnchor = new GPoint(19,0);
    icon_12.printImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.gif';
    icon_12.mozPrintImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png';
    icon_12.printShadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.gif';
    icon_12.transparent = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png';
    
    var address_12 = {
      street: '',
      city: '',
      state: '',
      zip: '',
      country: '',
      infowindow: 'default',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Coordinates:</strong><br />(27.954378, -82.462617)</span>',
      full: '27.954378,-82.462617',
      isdefault: false,
      addressType: 'coordinates',
      loop: '',
      latitude: '27.954378',
      longitude: '-82.462617',
      markerStyle: 'Google Traditional (flat)',
      markerColor: 'Pacifica'      
    };
    
    geocoder.getLatLng (
      address_12.full,
      function(point) {
        if(point) {
          var marker = new GMarker(point, icon_12);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_12.infowindowtext);
          });
          if(!fromAddress.enabled || 'address_12' != 'address_15') {
            map.setCenter(point, 13);
            map.addOverlay(marker);
          }
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var icon_13 = new GIcon();
    icon_13.image = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.png';
    icon_13.shadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.png';
    icon_13.iconSize = new GSize(34,35);
    icon_13.shadowSize = new GSize(34,35);
    icon_13.iconAnchor = new GPoint(9,23);
    icon_13.infoWindowAnchor = new GPoint(19,0);
    icon_13.printImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.gif';
    icon_13.mozPrintImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png';
    icon_13.printShadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.gif';
    icon_13.transparent = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png';
    
    var address_13 = {
      street: '',
      city: '',
      state: '',
      zip: '',
      country: '',
      infowindow: 'default',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Coordinates:</strong><br />(27.962793, -82.517967)</span>',
      full: '27.962793,-82.517967',
      isdefault: false,
      addressType: 'coordinates',
      loop: '',
      latitude: '27.962793',
      longitude: '-82.517967',
      markerStyle: 'Google Traditional (flat)',
      markerColor: 'Pacifica'      
    };
    
    geocoder.getLatLng (
      address_13.full,
      function(point) {
        if(point) {
          var marker = new GMarker(point, icon_13);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_13.infowindowtext);
          });
          if(!fromAddress.enabled || 'address_13' != 'address_15') {
            map.setCenter(point, 13);
            map.addOverlay(marker);
          }
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var icon_14 = new GIcon();
    icon_14.image = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.png';
    icon_14.shadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.png';
    icon_14.iconSize = new GSize(34,35);
    icon_14.shadowSize = new GSize(34,35);
    icon_14.iconAnchor = new GPoint(9,23);
    icon_14.infoWindowAnchor = new GPoint(19,0);
    icon_14.printImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.gif';
    icon_14.mozPrintImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png';
    icon_14.printShadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.gif';
    icon_14.transparent = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png';
    
    var address_14 = {
      street: '',
      city: '',
      state: '',
      zip: '',
      country: '',
      infowindow: 'default',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Coordinates:</strong><br />(27.949128, -82.525821)</span>',
      full: '27.949128,-82.525821',
      isdefault: false,
      addressType: 'coordinates',
      loop: '',
      latitude: '27.949128',
      longitude: '-82.525821',
      markerStyle: 'Google Traditional (flat)',
      markerColor: 'Pacifica'      
    };
    
    geocoder.getLatLng (
      address_14.full,
      function(point) {
        if(point) {
          var marker = new GMarker(point, icon_14);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_14.infowindowtext);
          });
          if(!fromAddress.enabled || 'address_14' != 'address_15') {
            map.setCenter(point, 13);
            map.addOverlay(marker);
          }
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );



*/


    var icon_15 = new GIcon();
    icon_15.image = 'http://google.webassist.com/google/markers/star/pacifica.png';
    icon_15.shadow = 'http://google.webassist.com/google/markers/star/shadow.png';
    icon_15.iconSize = new GSize(29,39);
    icon_15.shadowSize = new GSize(29,39);
    icon_15.iconAnchor = new GPoint(15,15);
    icon_15.infoWindowAnchor = new GPoint(19,7);
    icon_15.printImage = 'http://google.webassist.com/google/markers/star/pacifica.gif';
    icon_15.mozPrintImage = 'http://google.webassist.com/google/markers/star/pacifica_mozprint.png';
    icon_15.printShadow = 'http://google.webassist.com/google/markers/star/shadow.gif';
    icon_15.transparent = 'http://google.webassist.com/google/markers/star/pacifica_transparent.png';
    
    var address_15 = {
      street: '6601 S Westshore Blvd',
      city: 'Tampa',
      state: 'FL',
      zip: '33616',
      country: 'USA',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: black;"><strong>Casa Bella on Westshore</strong><br />6601 South West Shore Boulevard<br />Tampa, Florida 33616 United States</span>',
      full: '27.871510042924424,-82.52694994211197',
      isdefault: true,
      addressType: 'coordinates',
      loop: '',
      latitude: '27.871510042924424',
      longitude: '-82.52694994211197',
      markerStyle: 'Star',
      markerColor: 'Pacifica'      
    };
    
    geocoder.getLatLng (
      address_15.full,
      function(point) {
        if(point) {
          var marker = new GMarker(point, icon_15);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_15.infowindowtext);
          });
          if(!fromAddress.enabled || 'address_15' != 'address_15') {
            map.setCenter(point, 13);
            map.addOverlay(marker);
            marker.openInfoWindowHtml(address_15.infowindowtext);
          }
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );


  }
}