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.4534,-70.6017)};var g_8cfb8fd37f9b773e8f7bf3e4b40ef2d7 = new google.maps.Geocoder();g_8cfb8fd37f9b773e8f7bf3e4b40ef2d7.geocode( { 'address': "9 Lagoon Pond Rd, Vineyard Haven, MA 02568, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tisbury-MA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('tisbury-MA-citizens-bank'), mapOptions);}document.getElementById('56f4f6b9').innerHTML += ' | View Map';var $l8cfb8fd37f9b773e8f7bf3e4b40ef2d7 = '

Citizens Bank

Address: 9 Lagoon Pond Rd, Vineyard Haven, MA 02568, USA
Phone: (800) 922-9999
';var m_8cfb8fd37f9b773e8f7bf3e4b40ef2d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_8cfb8fd37f9b773e8f7bf3e4b40ef2d7['infowindow'] = new google.maps.InfoWindow({content: $l8cfb8fd37f9b773e8f7bf3e4b40ef2d7});var infowindow = new google.maps.InfoWindow({content: $l8cfb8fd37f9b773e8f7bf3e4b40ef2d7});google.maps.event.addListener(m_8cfb8fd37f9b773e8f7bf3e4b40ef2d7, 'click', function() {infowindow.open(map,m_8cfb8fd37f9b773e8f7bf3e4b40ef2d7);});$marker.push(m_8cfb8fd37f9b773e8f7bf3e4b40ef2d7);}});}google.maps.event.addDomListener(window, 'load', initialize);