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.6684,-70.9274)};var g_664dd858db942cad06f24ff25df56716 = new google.maps.Geocoder();g_664dd858db942cad06f24ff25df56716.geocode( { 'address': "570 N Front St, New Bedford, MA 02745, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-bedford-MA-first-citizens-federal-credit-union-north-branch').style.display = '';map = new google.maps.Map(document.getElementById('new-bedford-MA-first-citizens-federal-credit-union-north-branch'), mapOptions);}document.getElementById('d81c5c86').innerHTML += ' | View Map';var $l664dd858db942cad06f24ff25df56716 = '

First Citizens' Federal Credit Union, North Branch

Address: 570 N Front St, New Bedford, MA 02745, USA
Phone: (508) 990-8397
';var m_664dd858db942cad06f24ff25df56716 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens' Federal Credit Union, North Branch',});m_664dd858db942cad06f24ff25df56716['infowindow'] = new google.maps.InfoWindow({content: $l664dd858db942cad06f24ff25df56716});var infowindow = new google.maps.InfoWindow({content: $l664dd858db942cad06f24ff25df56716});google.maps.event.addListener(m_664dd858db942cad06f24ff25df56716, 'click', function() {infowindow.open(map,m_664dd858db942cad06f24ff25df56716);});$marker.push(m_664dd858db942cad06f24ff25df56716);}});}google.maps.event.addDomListener(window, 'load', initialize);