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(55.3482,-131.674)};var g_4a0200c4b18d8796faf8f0f49e61da51 = new google.maps.Geocoder();g_4a0200c4b18d8796faf8f0f49e61da51.geocode( { 'address': "2417 Tongass Ave, Ketchikan, AK 99901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ketchikan-AK-alaska-usa-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ketchikan-AK-alaska-usa-federal-credit-union'), mapOptions);}document.getElementById('39421ce5').innerHTML += ' | View Map';var $l4a0200c4b18d8796faf8f0f49e61da51 = '

Alaska USA Federal Credit Union

Address: 2417 Tongass Ave, Ketchikan, AK 99901, USA
Phone: (907) 247-7600
';var m_4a0200c4b18d8796faf8f0f49e61da51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alaska USA Federal Credit Union',});m_4a0200c4b18d8796faf8f0f49e61da51['infowindow'] = new google.maps.InfoWindow({content: $l4a0200c4b18d8796faf8f0f49e61da51});var infowindow = new google.maps.InfoWindow({content: $l4a0200c4b18d8796faf8f0f49e61da51});google.maps.event.addListener(m_4a0200c4b18d8796faf8f0f49e61da51, 'click', function() {infowindow.open(map,m_4a0200c4b18d8796faf8f0f49e61da51);});$marker.push(m_4a0200c4b18d8796faf8f0f49e61da51);}});}google.maps.event.addDomListener(window, 'load', initialize);