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(46.3909,-116.991)};var g_f6c15b2d371681ba5250dd75c528842e = new google.maps.Geocoder();g_f6c15b2d371681ba5250dd75c528842e.geocode( { 'address': "102 Thain Rd d, Lewiston, ID 83501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewiston-ID-washington-trust-bank').style.display = '';map = new google.maps.Map(document.getElementById('lewiston-ID-washington-trust-bank'), mapOptions);}document.getElementById('b94549a7').innerHTML += ' | View Map';var $lf6c15b2d371681ba5250dd75c528842e = '

Washington Trust Bank

Address: 102 Thain Rd d, Lewiston, ID 83501, USA
Phone: (208) 750-7940
';var m_f6c15b2d371681ba5250dd75c528842e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Trust Bank',});m_f6c15b2d371681ba5250dd75c528842e['infowindow'] = new google.maps.InfoWindow({content: $lf6c15b2d371681ba5250dd75c528842e});var infowindow = new google.maps.InfoWindow({content: $lf6c15b2d371681ba5250dd75c528842e});google.maps.event.addListener(m_f6c15b2d371681ba5250dd75c528842e, 'click', function() {infowindow.open(map,m_f6c15b2d371681ba5250dd75c528842e);});$marker.push(m_f6c15b2d371681ba5250dd75c528842e);}});}google.maps.event.addDomListener(window, 'load', initialize);