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(45.6547,-68.7023)};var g_91ef4c13c59e8babd649b8921d6cd551 = new google.maps.Geocoder();g_91ef4c13c59e8babd649b8921d6cd551.geocode( { 'address': "79 Central St, Millinocket, ME 04462"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millinocket-ME-keybank').style.display = '';map = new google.maps.Map(document.getElementById('millinocket-ME-keybank'), mapOptions);}document.getElementById('a3722b52').innerHTML += ' | View Map';var $l91ef4c13c59e8babd649b8921d6cd551 = '

KeyBank

Address: 79 Central St, Millinocket, ME 04462
Phone: (207) 723-5104
';var m_91ef4c13c59e8babd649b8921d6cd551 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_91ef4c13c59e8babd649b8921d6cd551['infowindow'] = new google.maps.InfoWindow({content: $l91ef4c13c59e8babd649b8921d6cd551});var infowindow = new google.maps.InfoWindow({content: $l91ef4c13c59e8babd649b8921d6cd551});google.maps.event.addListener(m_91ef4c13c59e8babd649b8921d6cd551, 'click', function() {infowindow.open(map,m_91ef4c13c59e8babd649b8921d6cd551);});$marker.push(m_91ef4c13c59e8babd649b8921d6cd551);}});}google.maps.event.addDomListener(window, 'load', initialize);