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(47.3185,-122.31)};var g_7accd692a2eb0fbeb684c3220266dc32 = new google.maps.Geocoder();g_7accd692a2eb0fbeb684c3220266dc32.geocode( { 'address': "1825 S 316th St, Federal Way, WA 98003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('federal-way-WA-woodstone-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('federal-way-WA-woodstone-credit-union'), mapOptions);}document.getElementById('6c2ca51b').innerHTML += ' | View Map';var $l7accd692a2eb0fbeb684c3220266dc32 = '

Woodstone Credit Union

Address: 1825 S 316th St, Federal Way, WA 98003, USA
Phone: (253) 925-6800
';var m_7accd692a2eb0fbeb684c3220266dc32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodstone Credit Union',});m_7accd692a2eb0fbeb684c3220266dc32['infowindow'] = new google.maps.InfoWindow({content: $l7accd692a2eb0fbeb684c3220266dc32});var infowindow = new google.maps.InfoWindow({content: $l7accd692a2eb0fbeb684c3220266dc32});google.maps.event.addListener(m_7accd692a2eb0fbeb684c3220266dc32, 'click', function() {infowindow.open(map,m_7accd692a2eb0fbeb684c3220266dc32);});$marker.push(m_7accd692a2eb0fbeb684c3220266dc32);}});}google.maps.event.addDomListener(window, 'load', initialize);