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.9827,-123.892)};var g_fee11960a16408a3616217b6923607ea = new google.maps.Geocoder();g_fee11960a16408a3616217b6923607ea.geocode( { 'address': "405 8th St, Hoquiam, WA 98550"}, 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('d475bc0c').innerHTML += ' | View Map';var $lfee11960a16408a3616217b6923607ea = '

Bank of the Pacific

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