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.9762,-123.885)};var g_17f94cda179445210618298215189eaf = new google.maps.Geocoder();g_17f94cda179445210618298215189eaf.geocode( { 'address': "405 8th St, Hoquiam, WA 98550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hoquiam-WA-bank-of-the-pacific').style.display = '';map = new google.maps.Map(document.getElementById('hoquiam-WA-bank-of-the-pacific'), mapOptions);}document.getElementById('2327a7da').innerHTML += ' | View Map';var $l17f94cda179445210618298215189eaf = '

Bank of the Pacific

Address: 405 8th St, Hoquiam, WA 98550, USA
Phone: (360) 533-7227
';var m_17f94cda179445210618298215189eaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Pacific',});m_17f94cda179445210618298215189eaf['infowindow'] = new google.maps.InfoWindow({content: $l17f94cda179445210618298215189eaf});var infowindow = new google.maps.InfoWindow({content: $l17f94cda179445210618298215189eaf});google.maps.event.addListener(m_17f94cda179445210618298215189eaf, 'click', function() {infowindow.open(map,m_17f94cda179445210618298215189eaf);});$marker.push(m_17f94cda179445210618298215189eaf);}});}google.maps.event.addDomListener(window, 'load', initialize);