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(64.7561,-147.349)};var g_79fde77d890188648399685b3d8f8fe0 = new google.maps.Geocoder();g_79fde77d890188648399685b3d8f8fe0.geocode( { 'address': "45 St Nicholas Dr, North Pole, AK 99705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-pole-AK-mt-mc-kinley-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-pole-AK-mt-mc-kinley-bank'), mapOptions);}document.getElementById('d2fccfc4').innerHTML += ' | View Map';var $l79fde77d890188648399685b3d8f8fe0 = '

Mt Mc Kinley Bank

Address: 45 St Nicholas Dr, North Pole, AK 99705, USA
Phone: (907) 488-4438
';var m_79fde77d890188648399685b3d8f8fe0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mt Mc Kinley Bank',});m_79fde77d890188648399685b3d8f8fe0['infowindow'] = new google.maps.InfoWindow({content: $l79fde77d890188648399685b3d8f8fe0});var infowindow = new google.maps.InfoWindow({content: $l79fde77d890188648399685b3d8f8fe0});google.maps.event.addListener(m_79fde77d890188648399685b3d8f8fe0, 'click', function() {infowindow.open(map,m_79fde77d890188648399685b3d8f8fe0);});$marker.push(m_79fde77d890188648399685b3d8f8fe0);}});}google.maps.event.addDomListener(window, 'load', initialize);