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(45.6669,-118.806)};var g_405f86477074c6f9c8d1a7d09f69efa9 = new google.maps.Geocoder();g_405f86477074c6f9c8d1a7d09f69efa9.geocode( { 'address': "2101 SW Court Pl, Pendleton, OR 97801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pendleton-OR-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('pendleton-OR-columbia-bank'), mapOptions);}document.getElementById('e95aea85').innerHTML += ' | View Map';var $l405f86477074c6f9c8d1a7d09f69efa9 = '

Columbia Bank

Address: 2101 SW Court Pl, Pendleton, OR 97801, USA
Phone: (541) 278-1796
';var m_405f86477074c6f9c8d1a7d09f69efa9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_405f86477074c6f9c8d1a7d09f69efa9['infowindow'] = new google.maps.InfoWindow({content: $l405f86477074c6f9c8d1a7d09f69efa9});var infowindow = new google.maps.InfoWindow({content: $l405f86477074c6f9c8d1a7d09f69efa9});google.maps.event.addListener(m_405f86477074c6f9c8d1a7d09f69efa9, 'click', function() {infowindow.open(map,m_405f86477074c6f9c8d1a7d09f69efa9);});$marker.push(m_405f86477074c6f9c8d1a7d09f69efa9);}});}google.maps.event.addDomListener(window, 'load', initialize);