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(61.5826,-149.435)};var g_d867626b1135a55f0cb80621e28e8d62 = new google.maps.Geocoder();g_d867626b1135a55f0cb80621e28e8d62.geocode( { 'address': "595 E Parks Hwy, Wasilla, AK 99654, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wasilla-AK-denali-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wasilla-AK-denali-federal-credit-union'), mapOptions);}document.getElementById('8f4d9005').innerHTML += ' | View Map';var $ld867626b1135a55f0cb80621e28e8d62 = '

Denali Federal Credit Union

Address: 595 E Parks Hwy, Wasilla, AK 99654, USA
Phone: (907) 357-7494
';var m_d867626b1135a55f0cb80621e28e8d62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Denali Federal Credit Union',});m_d867626b1135a55f0cb80621e28e8d62['infowindow'] = new google.maps.InfoWindow({content: $ld867626b1135a55f0cb80621e28e8d62});var infowindow = new google.maps.InfoWindow({content: $ld867626b1135a55f0cb80621e28e8d62});google.maps.event.addListener(m_d867626b1135a55f0cb80621e28e8d62, 'click', function() {infowindow.open(map,m_d867626b1135a55f0cb80621e28e8d62);});$marker.push(m_d867626b1135a55f0cb80621e28e8d62);}});}google.maps.event.addDomListener(window, 'load', initialize);