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.1807,-71.5731)};var g_46fb9b2c8f44c481fd5647dd22aeb84d = new google.maps.Geocoder();g_46fb9b2c8f44c481fd5647dd22aeb84d.geocode( { 'address': "123 Ocean Ave, Block Island, RI 02807"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('block-island-RI-washington-trust-co-westerly').style.display = '';map = new google.maps.Map(document.getElementById('block-island-RI-washington-trust-co-westerly'), mapOptions);}document.getElementById('a072bd9a').innerHTML += ' | View Map';var $l46fb9b2c8f44c481fd5647dd22aeb84d = '

Washington Trust Co-Westerly

Address: 123 Ocean Ave, Block Island, RI 02807
Phone: (401) 466-7710
';var m_46fb9b2c8f44c481fd5647dd22aeb84d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Trust Co-Westerly',});m_46fb9b2c8f44c481fd5647dd22aeb84d['infowindow'] = new google.maps.InfoWindow({content: $l46fb9b2c8f44c481fd5647dd22aeb84d});var infowindow = new google.maps.InfoWindow({content: $l46fb9b2c8f44c481fd5647dd22aeb84d});google.maps.event.addListener(m_46fb9b2c8f44c481fd5647dd22aeb84d, 'click', function() {infowindow.open(map,m_46fb9b2c8f44c481fd5647dd22aeb84d);});$marker.push(m_46fb9b2c8f44c481fd5647dd22aeb84d);}});}google.maps.event.addDomListener(window, 'load', initialize);