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.6342,-70.9288)};var g_059801db6e88168827b59f09fa53a124 = new google.maps.Geocoder();g_059801db6e88168827b59f09fa53a124.geocode( { 'address': "271 Union St, New Bedford, MA 02740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-bedford-MA-first-citizens-federal-credit-union-downtown-branch').style.display = '';map = new google.maps.Map(document.getElementById('new-bedford-MA-first-citizens-federal-credit-union-downtown-branch'), mapOptions);}document.getElementById('a82b0716').innerHTML += ' | View Map';var $l059801db6e88168827b59f09fa53a124 = '

First Citizens' Federal Credit Union, Downtown Branch

Address: 271 Union St, New Bedford, MA 02740, USA
Phone: (800) 642-7515
';var m_059801db6e88168827b59f09fa53a124 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens' Federal Credit Union, Downtown Branch',});m_059801db6e88168827b59f09fa53a124['infowindow'] = new google.maps.InfoWindow({content: $l059801db6e88168827b59f09fa53a124});var infowindow = new google.maps.InfoWindow({content: $l059801db6e88168827b59f09fa53a124});google.maps.event.addListener(m_059801db6e88168827b59f09fa53a124, 'click', function() {infowindow.open(map,m_059801db6e88168827b59f09fa53a124);});$marker.push(m_059801db6e88168827b59f09fa53a124);}});}google.maps.event.addDomListener(window, 'load', initialize);