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(43.8115,-70.2633)};var g_09f2eee3a1a8cf447291c883dc09ff4e = new google.maps.Geocoder();g_09f2eee3a1a8cf447291c883dc09ff4e.geocode( { 'address': "327 Main St, Cumberland Center, ME 04021"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumberland-center-ME-atlantic-regional-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cumberland-center-ME-atlantic-regional-federal-credit-union'), mapOptions);}document.getElementById('bfd06120').innerHTML += ' | View Map';var $l09f2eee3a1a8cf447291c883dc09ff4e = '

Atlantic Regional Federal Credit Union

Address: 327 Main St, Cumberland Center, ME 04021
Phone: (207) 725-8728
';var m_09f2eee3a1a8cf447291c883dc09ff4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlantic Regional Federal Credit Union',});m_09f2eee3a1a8cf447291c883dc09ff4e['infowindow'] = new google.maps.InfoWindow({content: $l09f2eee3a1a8cf447291c883dc09ff4e});var infowindow = new google.maps.InfoWindow({content: $l09f2eee3a1a8cf447291c883dc09ff4e});google.maps.event.addListener(m_09f2eee3a1a8cf447291c883dc09ff4e, 'click', function() {infowindow.open(map,m_09f2eee3a1a8cf447291c883dc09ff4e);});$marker.push(m_09f2eee3a1a8cf447291c883dc09ff4e);}});}google.maps.event.addDomListener(window, 'load', initialize);