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(57.054,-135.336)};var g_2d75c49063f4650815302238a68ca707 = new google.maps.Geocoder();g_2d75c49063f4650815302238a68ca707.geocode( { 'address': "407 Halibut Point Rd, Sitka, AK 99835, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sitka-AK-northern-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('sitka-AK-northern-credit-services'), mapOptions);}document.getElementById('bbe158cb').innerHTML += ' | View Map';var $l2d75c49063f4650815302238a68ca707 = '

Northern Credit Services

Address: 407 Halibut Point Rd, Sitka, AK 99835, USA
Phone: (907) 747-8641
';var m_2d75c49063f4650815302238a68ca707 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Credit Services',});m_2d75c49063f4650815302238a68ca707['infowindow'] = new google.maps.InfoWindow({content: $l2d75c49063f4650815302238a68ca707});var infowindow = new google.maps.InfoWindow({content: $l2d75c49063f4650815302238a68ca707});google.maps.event.addListener(m_2d75c49063f4650815302238a68ca707, 'click', function() {infowindow.open(map,m_2d75c49063f4650815302238a68ca707);});$marker.push(m_2d75c49063f4650815302238a68ca707);}});}google.maps.event.addDomListener(window, 'load', initialize);