var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(42.8825,-70.8589)};var g_3b526bdf648c87105b4171f7ee1c1f0b = new google.maps.Geocoder();g_3b526bdf648c87105b4171f7ee1c1f0b.geocode( { 'address': "81 Centennial Rd, Seabrook, NH 03874, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seabrook-NH-american-express').style.display = '';map = new google.maps.Map(document.getElementById('seabrook-NH-american-express'), mapOptions);}document.getElementById('63e60fab').innerHTML += ' | View Map';var $l3b526bdf648c87105b4171f7ee1c1f0b = '

American Express

Address: 81 Centennial Rd, Seabrook, NH 03874, USA
Phone: (603) 760-2732
';var m_3b526bdf648c87105b4171f7ee1c1f0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Express',});m_3b526bdf648c87105b4171f7ee1c1f0b['infowindow'] = new google.maps.InfoWindow({content: $l3b526bdf648c87105b4171f7ee1c1f0b});var infowindow = new google.maps.InfoWindow({content: $l3b526bdf648c87105b4171f7ee1c1f0b});google.maps.event.addListener(m_3b526bdf648c87105b4171f7ee1c1f0b, 'click', function() {infowindow.open(map,m_3b526bdf648c87105b4171f7ee1c1f0b);});$marker.push(m_3b526bdf648c87105b4171f7ee1c1f0b);}});}google.maps.event.addDomListener(window, 'load', initialize);