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.9693,-123.854)};var g_60870121e7379064b7f5872213478b15 = new google.maps.Geocoder();g_60870121e7379064b7f5872213478b15.geocode( { 'address': "3107 John Stevens Way, Hoquiam, WA 98550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hoquiam-WA-longshore-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hoquiam-WA-longshore-federal-credit-union'), mapOptions);}document.getElementById('e8a63b0b').innerHTML += ' | View Map';var $l60870121e7379064b7f5872213478b15 = '

Longshore Federal Credit Union

Address: 3107 John Stevens Way, Hoquiam, WA 98550, USA
Phone: (360) 532-9224
';var m_60870121e7379064b7f5872213478b15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Longshore Federal Credit Union',});m_60870121e7379064b7f5872213478b15['infowindow'] = new google.maps.InfoWindow({content: $l60870121e7379064b7f5872213478b15});var infowindow = new google.maps.InfoWindow({content: $l60870121e7379064b7f5872213478b15});google.maps.event.addListener(m_60870121e7379064b7f5872213478b15, 'click', function() {infowindow.open(map,m_60870121e7379064b7f5872213478b15);});$marker.push(m_60870121e7379064b7f5872213478b15);}});}google.maps.event.addDomListener(window, 'load', initialize);