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.7145,-117.174)};var g_262edbc219f6d32ea9b73c2064442007 = new google.maps.Geocoder();g_262edbc219f6d32ea9b73c2064442007.geocode( { 'address': "670 SE Bishop Blvd, Pullman, WA 99163, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pullman-WA-washington-trust-bank').style.display = '';map = new google.maps.Map(document.getElementById('pullman-WA-washington-trust-bank'), mapOptions);}document.getElementById('8629280e').innerHTML += ' | View Map';var $l262edbc219f6d32ea9b73c2064442007 = '

Washington Trust Bank

Address: 670 SE Bishop Blvd, Pullman, WA 99163, USA
Phone: (509) 332-2827
';var m_262edbc219f6d32ea9b73c2064442007 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Trust Bank',});m_262edbc219f6d32ea9b73c2064442007['infowindow'] = new google.maps.InfoWindow({content: $l262edbc219f6d32ea9b73c2064442007});var infowindow = new google.maps.InfoWindow({content: $l262edbc219f6d32ea9b73c2064442007});google.maps.event.addListener(m_262edbc219f6d32ea9b73c2064442007, 'click', function() {infowindow.open(map,m_262edbc219f6d32ea9b73c2064442007);});$marker.push(m_262edbc219f6d32ea9b73c2064442007);}});}google.maps.event.addDomListener(window, 'load', initialize);