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.9378,-69.9688)};var g_2e1e29f5fc4f906c2145acc6840b29ff = new google.maps.Geocoder();g_2e1e29f5fc4f906c2145acc6840b29ff.geocode( { 'address': "3 Union Park Road, Topsham, ME 04086, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('topsham-ME-atlantic-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('topsham-ME-atlantic-federal-credit-union'), mapOptions);}document.getElementById('aa265932').innerHTML += ' | View Map';var $l2e1e29f5fc4f906c2145acc6840b29ff = '

Atlantic Federal Credit Union

Address: 3 Union Park Road, Topsham, ME 04086, USA
Phone: (800) 834-0432
';var m_2e1e29f5fc4f906c2145acc6840b29ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlantic Federal Credit Union',});m_2e1e29f5fc4f906c2145acc6840b29ff['infowindow'] = new google.maps.InfoWindow({content: $l2e1e29f5fc4f906c2145acc6840b29ff});var infowindow = new google.maps.InfoWindow({content: $l2e1e29f5fc4f906c2145acc6840b29ff});google.maps.event.addListener(m_2e1e29f5fc4f906c2145acc6840b29ff, 'click', function() {infowindow.open(map,m_2e1e29f5fc4f906c2145acc6840b29ff);});$marker.push(m_2e1e29f5fc4f906c2145acc6840b29ff);}});}google.maps.event.addDomListener(window, 'load', initialize);