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()};var g_aadf8d65b2f581c9150a488359e4bb20 = new google.maps.Geocoder();g_aadf8d65b2f581c9150a488359e4bb20.geocode( { 'address': "160 E Charles St, Mt Angel, OR 97362"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mt-angel-OR-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('mt-angel-OR-columbia-bank'), mapOptions);}document.getElementById('f65ccdb0').innerHTML += ' | View Map';var $laadf8d65b2f581c9150a488359e4bb20 = '

Columbia Bank

Address: 160 E Charles St, Mt Angel, OR 97362
Phone: (503) 845-2265
';var m_aadf8d65b2f581c9150a488359e4bb20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_aadf8d65b2f581c9150a488359e4bb20['infowindow'] = new google.maps.InfoWindow({content: $laadf8d65b2f581c9150a488359e4bb20});var infowindow = new google.maps.InfoWindow({content: $laadf8d65b2f581c9150a488359e4bb20});google.maps.event.addListener(m_aadf8d65b2f581c9150a488359e4bb20, 'click', function() {infowindow.open(map,m_aadf8d65b2f581c9150a488359e4bb20);});$marker.push(m_aadf8d65b2f581c9150a488359e4bb20);}});}google.maps.event.addDomListener(window, 'load', initialize);