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.98,-123.904)};var g_1890dd88a60f80f244ce5a97b74e695b = new google.maps.Geocoder();g_1890dd88a60f80f244ce5a97b74e695b.geocode( { 'address': "120 Firman Ave, Hoquiam, WA 98550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hoquiam-WA-newrizons-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hoquiam-WA-newrizons-federal-credit-union'), mapOptions);}document.getElementById('a8c921a8').innerHTML += ' | View Map';var $l1890dd88a60f80f244ce5a97b74e695b = '

Newrizons Federal Credit Union

Address: 120 Firman Ave, Hoquiam, WA 98550, USA
Phone: (360) 533-4760
';var m_1890dd88a60f80f244ce5a97b74e695b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Newrizons Federal Credit Union',});m_1890dd88a60f80f244ce5a97b74e695b['infowindow'] = new google.maps.InfoWindow({content: $l1890dd88a60f80f244ce5a97b74e695b});var infowindow = new google.maps.InfoWindow({content: $l1890dd88a60f80f244ce5a97b74e695b});google.maps.event.addListener(m_1890dd88a60f80f244ce5a97b74e695b, 'click', function() {infowindow.open(map,m_1890dd88a60f80f244ce5a97b74e695b);});$marker.push(m_1890dd88a60f80f244ce5a97b74e695b);}});}google.maps.event.addDomListener(window, 'load', initialize);