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.9622,-123.953)};var g_a87935bb98aaea40612a9f7015393c52 = new google.maps.Geocoder();g_a87935bb98aaea40612a9f7015393c52.geocode( { 'address': "4157 NW Highway 101, STE 135, Lincoln City, OR 97367"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincoln-city-OR-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('lincoln-city-OR-columbia-bank'), mapOptions);}document.getElementById('69f9cfbb').innerHTML += ' | View Map';var $la87935bb98aaea40612a9f7015393c52 = '

Columbia Bank

Address: 4157 NW Highway 101, STE 135, Lincoln City, OR 97367
Phone: (541) 994-9161
';var m_a87935bb98aaea40612a9f7015393c52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_a87935bb98aaea40612a9f7015393c52['infowindow'] = new google.maps.InfoWindow({content: $la87935bb98aaea40612a9f7015393c52});var infowindow = new google.maps.InfoWindow({content: $la87935bb98aaea40612a9f7015393c52});google.maps.event.addListener(m_a87935bb98aaea40612a9f7015393c52, 'click', function() {infowindow.open(map,m_a87935bb98aaea40612a9f7015393c52);});$marker.push(m_a87935bb98aaea40612a9f7015393c52);}});}google.maps.event.addDomListener(window, 'load', initialize);