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.3212,-117.977)};var g_fe80269b5c4c52c6c32af8c731605cf8 = new google.maps.Geocoder();g_fe80269b5c4c52c6c32af8c731605cf8.geocode( { 'address': "427 E Main St, Dayton, WA 99328, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dayton-WA-homestreet-bank').style.display = '';map = new google.maps.Map(document.getElementById('dayton-WA-homestreet-bank'), mapOptions);}document.getElementById('5409d8fa').innerHTML += ' | View Map';var $lfe80269b5c4c52c6c32af8c731605cf8 = '

HomeStreet Bank

Address: 427 E Main St, Dayton, WA 99328, USA
Phone: (509) 382-2800
';var m_fe80269b5c4c52c6c32af8c731605cf8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeStreet Bank',});m_fe80269b5c4c52c6c32af8c731605cf8['infowindow'] = new google.maps.InfoWindow({content: $lfe80269b5c4c52c6c32af8c731605cf8});var infowindow = new google.maps.InfoWindow({content: $lfe80269b5c4c52c6c32af8c731605cf8});google.maps.event.addListener(m_fe80269b5c4c52c6c32af8c731605cf8, 'click', function() {infowindow.open(map,m_fe80269b5c4c52c6c32af8c731605cf8);});$marker.push(m_fe80269b5c4c52c6c32af8c731605cf8);}});}google.maps.event.addDomListener(window, 'load', initialize);