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.6911,-120.555)};var g_1c330c47cabfad26af32d6249919ecb8 = new google.maps.Geocoder();g_1c330c47cabfad26af32d6249919ecb8.geocode( { 'address': "598 North Park Dr, Selah, WA 98942"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selah-WA-banner-bank').style.display = '';map = new google.maps.Map(document.getElementById('selah-WA-banner-bank'), mapOptions);}document.getElementById('800437da').innerHTML += ' | View Map';var $l1c330c47cabfad26af32d6249919ecb8 = '

Banner Bank

Address: 598 North Park Dr, Selah, WA 98942
Phone: (509) 697-7236
';var m_1c330c47cabfad26af32d6249919ecb8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banner Bank',});m_1c330c47cabfad26af32d6249919ecb8['infowindow'] = new google.maps.InfoWindow({content: $l1c330c47cabfad26af32d6249919ecb8});var infowindow = new google.maps.InfoWindow({content: $l1c330c47cabfad26af32d6249919ecb8});google.maps.event.addListener(m_1c330c47cabfad26af32d6249919ecb8, 'click', function() {infowindow.open(map,m_1c330c47cabfad26af32d6249919ecb8);});$marker.push(m_1c330c47cabfad26af32d6249919ecb8);}});}google.maps.event.addDomListener(window, 'load', initialize);