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(47.4119,-120.29)};var g_a415f28ee13ec97d6219867fbc7bbadb = new google.maps.Geocoder();g_a415f28ee13ec97d6219867fbc7bbadb.geocode( { 'address': "523 Valley Mall Pkwy, East Wenatchee, WA 98802, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-wenatchee-WA-washington-trust-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-wenatchee-WA-washington-trust-bank'), mapOptions);}document.getElementById('ec52cd86').innerHTML += ' | View Map';var $la415f28ee13ec97d6219867fbc7bbadb = '

Washington Trust Bank

Address: 523 Valley Mall Pkwy, East Wenatchee, WA 98802, USA
Phone: (509) 884-7111
';var m_a415f28ee13ec97d6219867fbc7bbadb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington Trust Bank',});m_a415f28ee13ec97d6219867fbc7bbadb['infowindow'] = new google.maps.InfoWindow({content: $la415f28ee13ec97d6219867fbc7bbadb});var infowindow = new google.maps.InfoWindow({content: $la415f28ee13ec97d6219867fbc7bbadb});google.maps.event.addListener(m_a415f28ee13ec97d6219867fbc7bbadb, 'click', function() {infowindow.open(map,m_a415f28ee13ec97d6219867fbc7bbadb);});$marker.push(m_a415f28ee13ec97d6219867fbc7bbadb);}});}google.maps.event.addDomListener(window, 'load', initialize);