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.4156,-70.6743)};var g_9b317343f820dcbd9a1a9ca28149d588 = new google.maps.Geocoder();g_9b317343f820dcbd9a1a9ca28149d588.geocode( { 'address': "State Road, Indian Hill, West Tisbury, MA 02575, Vineyard Haven, MA 02568, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-tisbury-MA-sovereign-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-tisbury-MA-sovereign-bank'), mapOptions);}document.getElementById('00c3658d').innerHTML += ' | View Map';var $l9b317343f820dcbd9a1a9ca28149d588 = '

Sovereign Bank

Address: State Road, Indian Hill, West Tisbury, MA 02575, Vineyard Haven, MA 02568, USA
Phone:
';var m_9b317343f820dcbd9a1a9ca28149d588 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign Bank',});m_9b317343f820dcbd9a1a9ca28149d588['infowindow'] = new google.maps.InfoWindow({content: $l9b317343f820dcbd9a1a9ca28149d588});var infowindow = new google.maps.InfoWindow({content: $l9b317343f820dcbd9a1a9ca28149d588});google.maps.event.addListener(m_9b317343f820dcbd9a1a9ca28149d588, 'click', function() {infowindow.open(map,m_9b317343f820dcbd9a1a9ca28149d588);});$marker.push(m_9b317343f820dcbd9a1a9ca28149d588);}});}google.maps.event.addDomListener(window, 'load', initialize);