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.4565,-123.846)};var g_cf0dcafb63734e2bb6d76486db5b8008 = new google.maps.Geocoder();g_cf0dcafb63734e2bb6d76486db5b8008.geocode( { 'address': "1806 3rd St, Tillamook, OR 97141, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tillamook-OR-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('tillamook-OR-columbia-bank'), mapOptions);}document.getElementById('a33d9b79').innerHTML += ' | View Map';var $lcf0dcafb63734e2bb6d76486db5b8008 = '

Columbia Bank

Address: 1806 3rd St, Tillamook, OR 97141, USA
Phone: (503) 815-2600
';var m_cf0dcafb63734e2bb6d76486db5b8008 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_cf0dcafb63734e2bb6d76486db5b8008['infowindow'] = new google.maps.InfoWindow({content: $lcf0dcafb63734e2bb6d76486db5b8008});var infowindow = new google.maps.InfoWindow({content: $lcf0dcafb63734e2bb6d76486db5b8008});google.maps.event.addListener(m_cf0dcafb63734e2bb6d76486db5b8008, 'click', function() {infowindow.open(map,m_cf0dcafb63734e2bb6d76486db5b8008);});$marker.push(m_cf0dcafb63734e2bb6d76486db5b8008);}});}google.maps.event.addDomListener(window, 'load', initialize);