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.7011,-70.2884)};var g_8ff155aa6cc9143c3e4e9bcf6319185a = new google.maps.Geocoder();g_8ff155aa6cc9143c3e4e9bcf6319185a.geocode( { 'address': "3 Auburn St, Portland, ME 04103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-ME-town--country-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('portland-ME-town--country-federal-credit-union'), mapOptions);}document.getElementById('cd0786f1').innerHTML += ' | View Map';var $l8ff155aa6cc9143c3e4e9bcf6319185a = '

Town & Country Federal Credit Union

Address: 3 Auburn St, Portland, ME 04103, USA
Phone: (207) 878-0352
';var m_8ff155aa6cc9143c3e4e9bcf6319185a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Town & Country Federal Credit Union',});m_8ff155aa6cc9143c3e4e9bcf6319185a['infowindow'] = new google.maps.InfoWindow({content: $l8ff155aa6cc9143c3e4e9bcf6319185a});var infowindow = new google.maps.InfoWindow({content: $l8ff155aa6cc9143c3e4e9bcf6319185a});google.maps.event.addListener(m_8ff155aa6cc9143c3e4e9bcf6319185a, 'click', function() {infowindow.open(map,m_8ff155aa6cc9143c3e4e9bcf6319185a);});$marker.push(m_8ff155aa6cc9143c3e4e9bcf6319185a);}});}google.maps.event.addDomListener(window, 'load', initialize);