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.35,-131.675)};var g_df123e3aa5be65998f7836101c222cba = new google.maps.Geocoder();g_df123e3aa5be65998f7836101c222cba.geocode( { 'address': "2444 Hemlock St, Ketchikan, AK 99901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ketchikan-AK-credit-union-1').style.display = '';map = new google.maps.Map(document.getElementById('ketchikan-AK-credit-union-1'), mapOptions);}document.getElementById('eeca7001').innerHTML += ' | View Map';var $ldf123e3aa5be65998f7836101c222cba = '

Credit Union 1

Address: 2444 Hemlock St, Ketchikan, AK 99901, USA
Phone: (800) 478-2222
';var m_df123e3aa5be65998f7836101c222cba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union 1',});m_df123e3aa5be65998f7836101c222cba['infowindow'] = new google.maps.InfoWindow({content: $ldf123e3aa5be65998f7836101c222cba});var infowindow = new google.maps.InfoWindow({content: $ldf123e3aa5be65998f7836101c222cba});google.maps.event.addListener(m_df123e3aa5be65998f7836101c222cba, 'click', function() {infowindow.open(map,m_df123e3aa5be65998f7836101c222cba);});$marker.push(m_df123e3aa5be65998f7836101c222cba);}});}google.maps.event.addDomListener(window, 'load', initialize);