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.8259,-152.358)};var g_13249c6c624b97ea058ce1cc770f74b4 = new google.maps.Geocoder();g_13249c6c624b97ea058ce1cc770f74b4.geocode( { 'address': "4673 E Rezanof Dr, Kodiak, AK 99615, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kodiak-AK-alaska-credit-agency').style.display = '';map = new google.maps.Map(document.getElementById('kodiak-AK-alaska-credit-agency'), mapOptions);}document.getElementById('cfcd947c').innerHTML += ' | View Map';var $l13249c6c624b97ea058ce1cc770f74b4 = '

Alaska Credit Agency

Address: 4673 E Rezanof Dr, Kodiak, AK 99615, USA
Phone: (907) 486-6376
';var m_13249c6c624b97ea058ce1cc770f74b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alaska Credit Agency',});m_13249c6c624b97ea058ce1cc770f74b4['infowindow'] = new google.maps.InfoWindow({content: $l13249c6c624b97ea058ce1cc770f74b4});var infowindow = new google.maps.InfoWindow({content: $l13249c6c624b97ea058ce1cc770f74b4});google.maps.event.addListener(m_13249c6c624b97ea058ce1cc770f74b4, 'click', function() {infowindow.open(map,m_13249c6c624b97ea058ce1cc770f74b4);});$marker.push(m_13249c6c624b97ea058ce1cc770f74b4);}});}google.maps.event.addDomListener(window, 'load', initialize);