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(41.6683,-70.9286)};var g_826bf8b8fec6cdb3647104c5f2540f7f = new google.maps.Geocoder();g_826bf8b8fec6cdb3647104c5f2540f7f.geocode( { 'address': "1743 Acushnet Ave, New Bedford, MA 02746, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-bedford-MA-st-anthony-new-bedford-fcu').style.display = '';map = new google.maps.Map(document.getElementById('new-bedford-MA-st-anthony-new-bedford-fcu'), mapOptions);}document.getElementById('a0d62106').innerHTML += ' | View Map';var $l826bf8b8fec6cdb3647104c5f2540f7f = '

St Anthony-New Bedford FCU

Address: 1743 Acushnet Ave, New Bedford, MA 02746, USA
Phone: (508) 996-5492
';var m_826bf8b8fec6cdb3647104c5f2540f7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Anthony-New Bedford FCU',});m_826bf8b8fec6cdb3647104c5f2540f7f['infowindow'] = new google.maps.InfoWindow({content: $l826bf8b8fec6cdb3647104c5f2540f7f});var infowindow = new google.maps.InfoWindow({content: $l826bf8b8fec6cdb3647104c5f2540f7f});google.maps.event.addListener(m_826bf8b8fec6cdb3647104c5f2540f7f, 'click', function() {infowindow.open(map,m_826bf8b8fec6cdb3647104c5f2540f7f);});$marker.push(m_826bf8b8fec6cdb3647104c5f2540f7f);}});}google.maps.event.addDomListener(window, 'load', initialize);