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.5,-70.4482)};var g_0e50258f75bdae1a753c820588281c40 = new google.maps.Geocoder();g_0e50258f75bdae1a753c820588281c40.geocode( { 'address': "52 Elm St, Saco, ME 04072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saco-ME-town-and-country-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saco-ME-town-and-country-federal-credit-union'), mapOptions);}document.getElementById('3a11dcc7').innerHTML += ' | View Map';var $l0e50258f75bdae1a753c820588281c40 = '

Town and Country Federal Credit Union

Address: 52 Elm St, Saco, ME 04072, USA
Phone: (207) 773-5656
';var m_0e50258f75bdae1a753c820588281c40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Town and Country Federal Credit Union',});m_0e50258f75bdae1a753c820588281c40['infowindow'] = new google.maps.InfoWindow({content: $l0e50258f75bdae1a753c820588281c40});var infowindow = new google.maps.InfoWindow({content: $l0e50258f75bdae1a753c820588281c40});google.maps.event.addListener(m_0e50258f75bdae1a753c820588281c40, 'click', function() {infowindow.open(map,m_0e50258f75bdae1a753c820588281c40);});$marker.push(m_0e50258f75bdae1a753c820588281c40);}});}google.maps.event.addDomListener(window, 'load', initialize);