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.5537,-70.4045)};var g_c74956ffb38ba48ed6ce977af6727275 = new google.maps.Geocoder();g_c74956ffb38ba48ed6ce977af6727275.geocode( { 'address': "1001 Portland Rd, Saco, ME 04072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saco-ME-ocean-communities-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saco-ME-ocean-communities-federal-credit-union'), mapOptions);}document.getElementById('801f3e6b').innerHTML += ' | View Map';var $lc74956ffb38ba48ed6ce977af6727275 = '

Ocean Communities Federal Credit Union

Address: 1001 Portland Rd, Saco, ME 04072, USA
Phone: (207) 284-5823
';var m_c74956ffb38ba48ed6ce977af6727275 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ocean Communities Federal Credit Union',});m_c74956ffb38ba48ed6ce977af6727275['infowindow'] = new google.maps.InfoWindow({content: $lc74956ffb38ba48ed6ce977af6727275});var infowindow = new google.maps.InfoWindow({content: $lc74956ffb38ba48ed6ce977af6727275});google.maps.event.addListener(m_c74956ffb38ba48ed6ce977af6727275, 'click', function() {infowindow.open(map,m_c74956ffb38ba48ed6ce977af6727275);});$marker.push(m_c74956ffb38ba48ed6ce977af6727275);}});}google.maps.event.addDomListener(window, 'load', initialize);