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.2369,-117.37)};var g_592ce64f80d8d1051d8ade3b002309e0 = new google.maps.Geocoder();g_592ce64f80d8d1051d8ade3b002309e0.geocode( { 'address': "602 S Whitman Ave, Rosalia, WA 99170, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rosalia-WA-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('rosalia-WA-columbia-bank'), mapOptions);}document.getElementById('7f8a9ffb').innerHTML += ' | View Map';var $l592ce64f80d8d1051d8ade3b002309e0 = '

Columbia Bank

Address: 602 S Whitman Ave, Rosalia, WA 99170, USA
Phone: (509) 523-6110
';var m_592ce64f80d8d1051d8ade3b002309e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_592ce64f80d8d1051d8ade3b002309e0['infowindow'] = new google.maps.InfoWindow({content: $l592ce64f80d8d1051d8ade3b002309e0});var infowindow = new google.maps.InfoWindow({content: $l592ce64f80d8d1051d8ade3b002309e0});google.maps.event.addListener(m_592ce64f80d8d1051d8ade3b002309e0, 'click', function() {infowindow.open(map,m_592ce64f80d8d1051d8ade3b002309e0);});$marker.push(m_592ce64f80d8d1051d8ade3b002309e0);}});}google.maps.event.addDomListener(window, 'load', initialize);