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.6569,-68.6799)};var g_06466ce7b0c92d0fd54aad2df1da5c7d = new google.maps.Geocoder();g_06466ce7b0c92d0fd54aad2df1da5c7d.geocode( { 'address': "1000 Central St, Millinocket, ME 04462, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millinocket-ME-katahdin-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('millinocket-ME-katahdin-federal-credit-union'), mapOptions);}document.getElementById('b290521b').innerHTML += ' | View Map';var $l06466ce7b0c92d0fd54aad2df1da5c7d = '

Katahdin Federal Credit Union

Address: 1000 Central St, Millinocket, ME 04462, USA
Phone: (207) 723-9718
';var m_06466ce7b0c92d0fd54aad2df1da5c7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Katahdin Federal Credit Union',});m_06466ce7b0c92d0fd54aad2df1da5c7d['infowindow'] = new google.maps.InfoWindow({content: $l06466ce7b0c92d0fd54aad2df1da5c7d});var infowindow = new google.maps.InfoWindow({content: $l06466ce7b0c92d0fd54aad2df1da5c7d});google.maps.event.addListener(m_06466ce7b0c92d0fd54aad2df1da5c7d, 'click', function() {infowindow.open(map,m_06466ce7b0c92d0fd54aad2df1da5c7d);});$marker.push(m_06466ce7b0c92d0fd54aad2df1da5c7d);}});}google.maps.event.addDomListener(window, 'load', initialize);