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.1817,-123.827)};var g_c86c6aae8fa9b90ac77534c5ea7a2fe7 = new google.maps.Geocoder();g_c86c6aae8fa9b90ac77534c5ea7a2fe7.geocode( { 'address': "303 11th St, Astoria, OR 97103"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('astoria-OR-bank-of-the-pacific').style.display = '';map = new google.maps.Map(document.getElementById('astoria-OR-bank-of-the-pacific'), mapOptions);}document.getElementById('5f49e113').innerHTML += ' | View Map';var $lc86c6aae8fa9b90ac77534c5ea7a2fe7 = '

Bank of the Pacific

Address: 303 11th St, Astoria, OR 97103
Phone: (503) 325-1651
';var m_c86c6aae8fa9b90ac77534c5ea7a2fe7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Pacific',});m_c86c6aae8fa9b90ac77534c5ea7a2fe7['infowindow'] = new google.maps.InfoWindow({content: $lc86c6aae8fa9b90ac77534c5ea7a2fe7});var infowindow = new google.maps.InfoWindow({content: $lc86c6aae8fa9b90ac77534c5ea7a2fe7});google.maps.event.addListener(m_c86c6aae8fa9b90ac77534c5ea7a2fe7, 'click', function() {infowindow.open(map,m_c86c6aae8fa9b90ac77534c5ea7a2fe7);});$marker.push(m_c86c6aae8fa9b90ac77534c5ea7a2fe7);}});}google.maps.event.addDomListener(window, 'load', initialize);