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(47.2517,-68.5934)};var g_447f51ef2d069e87d21382789ccab1e6 = new google.maps.Geocoder();g_447f51ef2d069e87d21382789ccab1e6.geocode( { 'address': "101 W Main St, Fort Kent, ME 04743"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-kent-ME-keycorp-insurance-agency-usa').style.display = '';map = new google.maps.Map(document.getElementById('fort-kent-ME-keycorp-insurance-agency-usa'), mapOptions);}document.getElementById('07c58fe7').innerHTML += ' | View Map';var $l447f51ef2d069e87d21382789ccab1e6 = '

Keycorp Insurance Agency USA

Address: 101 W Main St, Fort Kent, ME 04743
Phone: (207) 834-6161
';var m_447f51ef2d069e87d21382789ccab1e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Keycorp Insurance Agency USA',});m_447f51ef2d069e87d21382789ccab1e6['infowindow'] = new google.maps.InfoWindow({content: $l447f51ef2d069e87d21382789ccab1e6});var infowindow = new google.maps.InfoWindow({content: $l447f51ef2d069e87d21382789ccab1e6});google.maps.event.addListener(m_447f51ef2d069e87d21382789ccab1e6, 'click', function() {infowindow.open(map,m_447f51ef2d069e87d21382789ccab1e6);});$marker.push(m_447f51ef2d069e87d21382789ccab1e6);}});}google.maps.event.addDomListener(window, 'load', initialize);