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(44.0818,-70.2618)};var g_60da32be42ed01b81c392573f0d784ba = new google.maps.Geocoder();g_60da32be42ed01b81c392573f0d784ba.geocode( { 'address': "831 Minot Ave, Auburn, ME 04210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-ME-maine-family-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('auburn-ME-maine-family-federal-cu'), mapOptions);}document.getElementById('637086fb').innerHTML += ' | View Map';var $l60da32be42ed01b81c392573f0d784ba = '

Maine Family Federal CU

Address: 831 Minot Ave, Auburn, ME 04210, USA
Phone: (207) 783-2071
';var m_60da32be42ed01b81c392573f0d784ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maine Family Federal CU',});m_60da32be42ed01b81c392573f0d784ba['infowindow'] = new google.maps.InfoWindow({content: $l60da32be42ed01b81c392573f0d784ba});var infowindow = new google.maps.InfoWindow({content: $l60da32be42ed01b81c392573f0d784ba});google.maps.event.addListener(m_60da32be42ed01b81c392573f0d784ba, 'click', function() {infowindow.open(map,m_60da32be42ed01b81c392573f0d784ba);});$marker.push(m_60da32be42ed01b81c392573f0d784ba);}});}google.maps.event.addDomListener(window, 'load', initialize);