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(41.6076,-71.0839)};var g_71f6278d140af599e06ad9bf1ba03cb0 = new google.maps.Geocoder();g_71f6278d140af599e06ad9bf1ba03cb0.geocode( { 'address': "786 Main Road, Westport, MA 02790"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westport-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('westport-MA-santander-bank'), mapOptions);}document.getElementById('fa77da05').innerHTML += ' | View Map';var $l71f6278d140af599e06ad9bf1ba03cb0 = '

Santander Bank

Address: 786 Main Road, Westport, MA 02790
Phone: (508) 636-3794
';var m_71f6278d140af599e06ad9bf1ba03cb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_71f6278d140af599e06ad9bf1ba03cb0['infowindow'] = new google.maps.InfoWindow({content: $l71f6278d140af599e06ad9bf1ba03cb0});var infowindow = new google.maps.InfoWindow({content: $l71f6278d140af599e06ad9bf1ba03cb0});google.maps.event.addListener(m_71f6278d140af599e06ad9bf1ba03cb0, 'click', function() {infowindow.open(map,m_71f6278d140af599e06ad9bf1ba03cb0);});$marker.push(m_71f6278d140af599e06ad9bf1ba03cb0);}});}google.maps.event.addDomListener(window, 'load', initialize);