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.2382,-68.6598)};var g_bd8193ce971b714c62ddc2291be2fd49 = new google.maps.Geocoder();g_bd8193ce971b714c62ddc2291be2fd49.geocode( { 'address': "4 Coffin St, Howland, ME 04448, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('howland-ME-howland-enfield-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('howland-ME-howland-enfield-federal-credit-union'), mapOptions);}document.getElementById('d05b1ed7').innerHTML += ' | View Map';var $lbd8193ce971b714c62ddc2291be2fd49 = '

Howland-Enfield Federal Credit Union

Address: 4 Coffin St, Howland, ME 04448, USA
Phone: (207) 732-4898
';var m_bd8193ce971b714c62ddc2291be2fd49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Howland-Enfield Federal Credit Union',});m_bd8193ce971b714c62ddc2291be2fd49['infowindow'] = new google.maps.InfoWindow({content: $lbd8193ce971b714c62ddc2291be2fd49});var infowindow = new google.maps.InfoWindow({content: $lbd8193ce971b714c62ddc2291be2fd49});google.maps.event.addListener(m_bd8193ce971b714c62ddc2291be2fd49, 'click', function() {infowindow.open(map,m_bd8193ce971b714c62ddc2291be2fd49);});$marker.push(m_bd8193ce971b714c62ddc2291be2fd49);}});}google.maps.event.addDomListener(window, 'load', initialize);