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.2996,-122.313)};var g_b8ce45c6801081c2b79f5c60869803c0 = new google.maps.Geocoder();g_b8ce45c6801081c2b79f5c60869803c0.geocode( { 'address': "33616 Pacific Hwy S, Federal Way, WA 98003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('federal-way-WA-red-canoe-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('federal-way-WA-red-canoe-credit-union'), mapOptions);}document.getElementById('ee70d163').innerHTML += ' | View Map';var $lb8ce45c6801081c2b79f5c60869803c0 = '

Red Canoe Credit Union

Address: 33616 Pacific Hwy S, Federal Way, WA 98003, USA
Phone: (800) 562-5611
';var m_b8ce45c6801081c2b79f5c60869803c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Red Canoe Credit Union',});m_b8ce45c6801081c2b79f5c60869803c0['infowindow'] = new google.maps.InfoWindow({content: $lb8ce45c6801081c2b79f5c60869803c0});var infowindow = new google.maps.InfoWindow({content: $lb8ce45c6801081c2b79f5c60869803c0});google.maps.event.addListener(m_b8ce45c6801081c2b79f5c60869803c0, 'click', function() {infowindow.open(map,m_b8ce45c6801081c2b79f5c60869803c0);});$marker.push(m_b8ce45c6801081c2b79f5c60869803c0);}});}google.maps.event.addDomListener(window, 'load', initialize);