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.3461,-124.055)};var g_1408254a666ac53db947be5aeabcc651 = new google.maps.Geocoder();g_1408254a666ac53db947be5aeabcc651.geocode( { 'address': "910 Pacific Ave, Long Beach, WA 98631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-WA-long-beach-wauna-credit-union-mortgage-origination-office').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-WA-long-beach-wauna-credit-union-mortgage-origination-office'), mapOptions);}document.getElementById('82507f09').innerHTML += ' | View Map';var $l1408254a666ac53db947be5aeabcc651 = '

Long Beach Wauna Credit Union Mortgage Origination Office

Address: 910 Pacific Ave, Long Beach, WA 98631, USA
Phone: (800) 773-3236
';var m_1408254a666ac53db947be5aeabcc651 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Long Beach Wauna Credit Union Mortgage Origination Office',});m_1408254a666ac53db947be5aeabcc651['infowindow'] = new google.maps.InfoWindow({content: $l1408254a666ac53db947be5aeabcc651});var infowindow = new google.maps.InfoWindow({content: $l1408254a666ac53db947be5aeabcc651});google.maps.event.addListener(m_1408254a666ac53db947be5aeabcc651, 'click', function() {infowindow.open(map,m_1408254a666ac53db947be5aeabcc651);});$marker.push(m_1408254a666ac53db947be5aeabcc651);}});}google.maps.event.addDomListener(window, 'load', initialize);