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.3914,-70.529)};var g_9772ad3726335b83cfef127eb3254e66 = new google.maps.Geocoder();g_9772ad3726335b83cfef127eb3254e66.geocode( { 'address': "78 Main St, Edgartown, MA 02539"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edgartown-MA-martha-s-vineyard-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('edgartown-MA-martha-s-vineyard-savings-bank'), mapOptions);}document.getElementById('3789107e').innerHTML += ' | View Map';var $l9772ad3726335b83cfef127eb3254e66 = '

Martha's Vineyard Savings Bank

Address: 78 Main St, Edgartown, MA 02539
Phone: (508) 627-4266
';var m_9772ad3726335b83cfef127eb3254e66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Martha's Vineyard Savings Bank',});m_9772ad3726335b83cfef127eb3254e66['infowindow'] = new google.maps.InfoWindow({content: $l9772ad3726335b83cfef127eb3254e66});var infowindow = new google.maps.InfoWindow({content: $l9772ad3726335b83cfef127eb3254e66});google.maps.event.addListener(m_9772ad3726335b83cfef127eb3254e66, 'click', function() {infowindow.open(map,m_9772ad3726335b83cfef127eb3254e66);});$marker.push(m_9772ad3726335b83cfef127eb3254e66);}});}google.maps.event.addDomListener(window, 'load', initialize);