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.5266,-70.6675)};var g_57f42fba2c2cc08be1c97d09b6f2cdfb = new google.maps.Geocoder();g_57f42fba2c2cc08be1c97d09b6f2cdfb.geocode( { 'address': "2 Water St, Woods Hole, MA 02543"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woods-hole-MA-martha-s-vineyard-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('woods-hole-MA-martha-s-vineyard-savings-bank'), mapOptions);}document.getElementById('bc0d70da').innerHTML += ' | View Map';var $l57f42fba2c2cc08be1c97d09b6f2cdfb = '

Martha's Vineyard Savings Bank

Address: 2 Water St, Woods Hole, MA 02543
Phone: (508) 540-2022
';var m_57f42fba2c2cc08be1c97d09b6f2cdfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Martha's Vineyard Savings Bank',});m_57f42fba2c2cc08be1c97d09b6f2cdfb['infowindow'] = new google.maps.InfoWindow({content: $l57f42fba2c2cc08be1c97d09b6f2cdfb});var infowindow = new google.maps.InfoWindow({content: $l57f42fba2c2cc08be1c97d09b6f2cdfb});google.maps.event.addListener(m_57f42fba2c2cc08be1c97d09b6f2cdfb, 'click', function() {infowindow.open(map,m_57f42fba2c2cc08be1c97d09b6f2cdfb);});$marker.push(m_57f42fba2c2cc08be1c97d09b6f2cdfb);}});}google.maps.event.addDomListener(window, 'load', initialize);