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(46.0011,-123.918)};var g_8a6d185f177ae8b3a0ff921d602d4878 = new google.maps.Geocoder();g_8a6d185f177ae8b3a0ff921d602d4878.geocode( { 'address': "1150 N Roosevelt Dr #101, Seaside, OR 97138, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seaside-OR-clatsop-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('seaside-OR-clatsop-community-bank'), mapOptions);}document.getElementById('e5dad5fb').innerHTML += ' | View Map';var $l8a6d185f177ae8b3a0ff921d602d4878 = '

Clatsop Community Bank

Address: 1150 N Roosevelt Dr #101, Seaside, OR 97138, USA
Phone: (503) 738-8000
';var m_8a6d185f177ae8b3a0ff921d602d4878 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clatsop Community Bank',});m_8a6d185f177ae8b3a0ff921d602d4878['infowindow'] = new google.maps.InfoWindow({content: $l8a6d185f177ae8b3a0ff921d602d4878});var infowindow = new google.maps.InfoWindow({content: $l8a6d185f177ae8b3a0ff921d602d4878});google.maps.event.addListener(m_8a6d185f177ae8b3a0ff921d602d4878, 'click', function() {infowindow.open(map,m_8a6d185f177ae8b3a0ff921d602d4878);});$marker.push(m_8a6d185f177ae8b3a0ff921d602d4878);}});}google.maps.event.addDomListener(window, 'load', initialize);