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.3099,-122.314)};var g_bdd942359c5e07f43b0395343b3a6cb7 = new google.maps.Geocoder();g_bdd942359c5e07f43b0395343b3a6cb7.geocode( { 'address': "33616 Pacific Hwy S, Federal Way, WA 98003"}, 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('a41032bb').innerHTML += ' | View Map';var $lbdd942359c5e07f43b0395343b3a6cb7 = '

Red Canoe Credit Union

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