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.317,-124.036)};var g_a03c8237aca3b143ed0cfb650dc8542b = new google.maps.Geocoder();g_a03c8237aca3b143ed0cfb650dc8542b.geocode( { 'address': "202 Spruce St W, Ilwaco, WA 98624"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ilwaco-WA-bank-of-the-pacific').style.display = '';map = new google.maps.Map(document.getElementById('ilwaco-WA-bank-of-the-pacific'), mapOptions);}document.getElementById('25dec453').innerHTML += ' | View Map';var $la03c8237aca3b143ed0cfb650dc8542b = '

Bank of the Pacific

Address: 202 Spruce St W, Ilwaco, WA 98624
Phone: (360) 642-2336
';var m_a03c8237aca3b143ed0cfb650dc8542b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Pacific',});m_a03c8237aca3b143ed0cfb650dc8542b['infowindow'] = new google.maps.InfoWindow({content: $la03c8237aca3b143ed0cfb650dc8542b});var infowindow = new google.maps.InfoWindow({content: $la03c8237aca3b143ed0cfb650dc8542b});google.maps.event.addListener(m_a03c8237aca3b143ed0cfb650dc8542b, 'click', function() {infowindow.open(map,m_a03c8237aca3b143ed0cfb650dc8542b);});$marker.push(m_a03c8237aca3b143ed0cfb650dc8542b);}});}google.maps.event.addDomListener(window, 'load', initialize);