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.2109,-123.335)};var g_b874d5df03e2799a695973d5d306d667 = new google.maps.Geocoder();g_b874d5df03e2799a695973d5d306d667.geocode( { 'address': "56 Main St, Cathlamet, WA 98612"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cathlamet-WA-bank-of-the-pacific').style.display = '';map = new google.maps.Map(document.getElementById('cathlamet-WA-bank-of-the-pacific'), mapOptions);}document.getElementById('8a2bb020').innerHTML += ' | View Map';var $lb874d5df03e2799a695973d5d306d667 = '

Bank of the Pacific

Address: 56 Main St, Cathlamet, WA 98612
Phone: (360) 795-3228
';var m_b874d5df03e2799a695973d5d306d667 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Pacific',});m_b874d5df03e2799a695973d5d306d667['infowindow'] = new google.maps.InfoWindow({content: $lb874d5df03e2799a695973d5d306d667});var infowindow = new google.maps.InfoWindow({content: $lb874d5df03e2799a695973d5d306d667});google.maps.event.addListener(m_b874d5df03e2799a695973d5d306d667, 'click', function() {infowindow.open(map,m_b874d5df03e2799a695973d5d306d667);});$marker.push(m_b874d5df03e2799a695973d5d306d667);}});}google.maps.event.addDomListener(window, 'load', initialize);