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.3038,-69.0345)};var g_15673a9ed158290334b12984b2e3bc77 = new google.maps.Geocoder();g_15673a9ed158290334b12984b2e3bc77.geocode( { 'address': "194 Main Rd, Brownville, ME 04414, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brownville-ME-maine-highlands-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('brownville-ME-maine-highlands-fed-cu'), mapOptions);}document.getElementById('a5d21403').innerHTML += ' | View Map';var $l15673a9ed158290334b12984b2e3bc77 = '

Maine Highlands Fed CU

Address: 194 Main Rd, Brownville, ME 04414, USA
Phone: (207) 965-8377
';var m_15673a9ed158290334b12984b2e3bc77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maine Highlands Fed CU',});m_15673a9ed158290334b12984b2e3bc77['infowindow'] = new google.maps.InfoWindow({content: $l15673a9ed158290334b12984b2e3bc77});var infowindow = new google.maps.InfoWindow({content: $l15673a9ed158290334b12984b2e3bc77});google.maps.event.addListener(m_15673a9ed158290334b12984b2e3bc77, 'click', function() {infowindow.open(map,m_15673a9ed158290334b12984b2e3bc77);});$marker.push(m_15673a9ed158290334b12984b2e3bc77);}});}google.maps.event.addDomListener(window, 'load', initialize);