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.7583,-147.353)};var g_b77670e4a9c8e282811958dcea1493a1 = new google.maps.Geocoder();g_b77670e4a9c8e282811958dcea1493a1.geocode( { 'address': "401 N Santa Claus Ln, North Pole, AK 99705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-pole-AK-keybank').style.display = '';map = new google.maps.Map(document.getElementById('north-pole-AK-keybank'), mapOptions);}document.getElementById('06bb6e45').innerHTML += ' | View Map';var $lb77670e4a9c8e282811958dcea1493a1 = '

KeyBank

Address: 401 N Santa Claus Ln, North Pole, AK 99705, USA
Phone: (907) 459-3266
';var m_b77670e4a9c8e282811958dcea1493a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_b77670e4a9c8e282811958dcea1493a1['infowindow'] = new google.maps.InfoWindow({content: $lb77670e4a9c8e282811958dcea1493a1});var infowindow = new google.maps.InfoWindow({content: $lb77670e4a9c8e282811958dcea1493a1});google.maps.event.addListener(m_b77670e4a9c8e282811958dcea1493a1, 'click', function() {infowindow.open(map,m_b77670e4a9c8e282811958dcea1493a1);});$marker.push(m_b77670e4a9c8e282811958dcea1493a1);}});}google.maps.event.addDomListener(window, 'load', initialize);