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.5843,-71.4638)};var g_288f2ab8185e6e4fbb1bec75d2a4a0a3 = new google.maps.Geocoder();g_288f2ab8185e6e4fbb1bec75d2a4a0a3.geocode( { 'address': "7625 Post Rd, North Kingstown, RI 02852"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-kingstown-RI-washington-trust').style.display = '';map = new google.maps.Map(document.getElementById('north-kingstown-RI-washington-trust'), mapOptions);}document.getElementById('47fcf3eb').innerHTML += ' | View Map';var $l288f2ab8185e6e4fbb1bec75d2a4a0a3 = '

Washington Trust

Address: 7625 Post Rd, North Kingstown, RI 02852
Phone: (401) 295-4700
';var m_288f2ab8185e6e4fbb1bec75d2a4a0a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Trust',});m_288f2ab8185e6e4fbb1bec75d2a4a0a3['infowindow'] = new google.maps.InfoWindow({content: $l288f2ab8185e6e4fbb1bec75d2a4a0a3});var infowindow = new google.maps.InfoWindow({content: $l288f2ab8185e6e4fbb1bec75d2a4a0a3});google.maps.event.addListener(m_288f2ab8185e6e4fbb1bec75d2a4a0a3, 'click', function() {infowindow.open(map,m_288f2ab8185e6e4fbb1bec75d2a4a0a3);});$marker.push(m_288f2ab8185e6e4fbb1bec75d2a4a0a3);}});}google.maps.event.addDomListener(window, 'load', initialize);