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.3894,-70.5127)};var g_caf3308e7886da223ec039e3075ae8c4 = new google.maps.Geocoder();g_caf3308e7886da223ec039e3075ae8c4.geocode( { 'address': "19 Main St, Edgartown, MA 02539, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edgartown-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('edgartown-MA-santander-bank'), mapOptions);}document.getElementById('a3df30ef').innerHTML += ' | View Map';var $lcaf3308e7886da223ec039e3075ae8c4 = '

Santander Bank

Address: 19 Main St, Edgartown, MA 02539, USA
Phone: (508) 627-9400
';var m_caf3308e7886da223ec039e3075ae8c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_caf3308e7886da223ec039e3075ae8c4['infowindow'] = new google.maps.InfoWindow({content: $lcaf3308e7886da223ec039e3075ae8c4});var infowindow = new google.maps.InfoWindow({content: $lcaf3308e7886da223ec039e3075ae8c4});google.maps.event.addListener(m_caf3308e7886da223ec039e3075ae8c4, 'click', function() {infowindow.open(map,m_caf3308e7886da223ec039e3075ae8c4);});$marker.push(m_caf3308e7886da223ec039e3075ae8c4);}});}google.maps.event.addDomListener(window, 'load', initialize);