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(46.7704,-67.8267)};var g_0f4b7e2b1e70c5b8a2a10e1205a1bad8 = new google.maps.Geocoder();g_0f4b7e2b1e70c5b8a2a10e1205a1bad8.geocode( { 'address': "232 Main St, Fort Fairfield, ME 04742, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-fairfield-ME-the-county-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fort-fairfield-ME-the-county-federal-credit-union'), mapOptions);}document.getElementById('06223212').innerHTML += ' | View Map';var $l0f4b7e2b1e70c5b8a2a10e1205a1bad8 = '

The County Federal Credit Union

Address: 232 Main St, Fort Fairfield, ME 04742, USA
Phone: (207) 472-5710
';var m_0f4b7e2b1e70c5b8a2a10e1205a1bad8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The County Federal Credit Union',});m_0f4b7e2b1e70c5b8a2a10e1205a1bad8['infowindow'] = new google.maps.InfoWindow({content: $l0f4b7e2b1e70c5b8a2a10e1205a1bad8});var infowindow = new google.maps.InfoWindow({content: $l0f4b7e2b1e70c5b8a2a10e1205a1bad8});google.maps.event.addListener(m_0f4b7e2b1e70c5b8a2a10e1205a1bad8, 'click', function() {infowindow.open(map,m_0f4b7e2b1e70c5b8a2a10e1205a1bad8);});$marker.push(m_0f4b7e2b1e70c5b8a2a10e1205a1bad8);}});}google.maps.event.addDomListener(window, 'load', initialize);