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(47.3395,-124.286)};var g_437aa62e304ca50b7793a093360e4186 = new google.maps.Geocoder();g_437aa62e304ca50b7793a093360e4186.geocode( { 'address': "1214 Aalis Dr, Taholah, WA 98587, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taholah-WA-bank-of-the-pacific').style.display = '';map = new google.maps.Map(document.getElementById('taholah-WA-bank-of-the-pacific'), mapOptions);}document.getElementById('b7fed92e').innerHTML += ' | View Map';var $l437aa62e304ca50b7793a093360e4186 = '

Bank of the Pacific

Address: 1214 Aalis Dr, Taholah, WA 98587, USA
Phone: (360) 276-4411
';var m_437aa62e304ca50b7793a093360e4186 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Pacific',});m_437aa62e304ca50b7793a093360e4186['infowindow'] = new google.maps.InfoWindow({content: $l437aa62e304ca50b7793a093360e4186});var infowindow = new google.maps.InfoWindow({content: $l437aa62e304ca50b7793a093360e4186});google.maps.event.addListener(m_437aa62e304ca50b7793a093360e4186, 'click', function() {infowindow.open(map,m_437aa62e304ca50b7793a093360e4186);});$marker.push(m_437aa62e304ca50b7793a093360e4186);}});}google.maps.event.addDomListener(window, 'load', initialize);