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.6878,-132.522)};var g_574413ff0fed49d737c61783600857aa = new google.maps.Geocoder();g_574413ff0fed49d737c61783600857aa.geocode( { 'address': "Thorne Bay, AK 99919, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thorne-bay-AK-tongass-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('thorne-bay-AK-tongass-federal-credit-union'), mapOptions);}document.getElementById('169453cd').innerHTML += ' | View Map';var $l574413ff0fed49d737c61783600857aa = '

Tongass Federal Credit Union

Address: Thorne Bay, AK 99919, USA
Phone: (907) 828-8880
';var m_574413ff0fed49d737c61783600857aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tongass Federal Credit Union',});m_574413ff0fed49d737c61783600857aa['infowindow'] = new google.maps.InfoWindow({content: $l574413ff0fed49d737c61783600857aa});var infowindow = new google.maps.InfoWindow({content: $l574413ff0fed49d737c61783600857aa});google.maps.event.addListener(m_574413ff0fed49d737c61783600857aa, 'click', function() {infowindow.open(map,m_574413ff0fed49d737c61783600857aa);});$marker.push(m_574413ff0fed49d737c61783600857aa);}});}google.maps.event.addDomListener(window, 'load', initialize);