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(44.8131,-123.296)};var g_0fe38ee1a1a9c6bd953a5c27a5ca9258 = new google.maps.Geocoder();g_0fe38ee1a1a9c6bd953a5c27a5ca9258.geocode( { 'address': "200 Main St E, Monmouth, OR 97361"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monmouth-OR-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('monmouth-OR-columbia-bank'), mapOptions);}document.getElementById('40f3373d').innerHTML += ' | View Map';var $l0fe38ee1a1a9c6bd953a5c27a5ca9258 = '

Columbia Bank

Address: 200 Main St E, Monmouth, OR 97361
Phone: (503) 838-0601
';var m_0fe38ee1a1a9c6bd953a5c27a5ca9258 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_0fe38ee1a1a9c6bd953a5c27a5ca9258['infowindow'] = new google.maps.InfoWindow({content: $l0fe38ee1a1a9c6bd953a5c27a5ca9258});var infowindow = new google.maps.InfoWindow({content: $l0fe38ee1a1a9c6bd953a5c27a5ca9258});google.maps.event.addListener(m_0fe38ee1a1a9c6bd953a5c27a5ca9258, 'click', function() {infowindow.open(map,m_0fe38ee1a1a9c6bd953a5c27a5ca9258);});$marker.push(m_0fe38ee1a1a9c6bd953a5c27a5ca9258);}});}google.maps.event.addDomListener(window, 'load', initialize);