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.987,-123.026)};var g_3778f23c520d750708cec1c8c3118688 = new google.maps.Geocoder();g_3778f23c520d750708cec1c8c3118688.geocode( { 'address': "4260 River Rd N, Keizer, OR 97303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('keizer-OR-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('keizer-OR-columbia-bank'), mapOptions);}document.getElementById('fe0e037d').innerHTML += ' | View Map';var $l3778f23c520d750708cec1c8c3118688 = '

Columbia Bank

Address: 4260 River Rd N, Keizer, OR 97303, USA
Phone: (503) 399-2966
';var m_3778f23c520d750708cec1c8c3118688 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_3778f23c520d750708cec1c8c3118688['infowindow'] = new google.maps.InfoWindow({content: $l3778f23c520d750708cec1c8c3118688});var infowindow = new google.maps.InfoWindow({content: $l3778f23c520d750708cec1c8c3118688});google.maps.event.addListener(m_3778f23c520d750708cec1c8c3118688, 'click', function() {infowindow.open(map,m_3778f23c520d750708cec1c8c3118688);});$marker.push(m_3778f23c520d750708cec1c8c3118688);}});}google.maps.event.addDomListener(window, 'load', initialize);