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.6341,-70.9288)};var g_df92bbba385a2cd7ed63516b028c3ceb = new google.maps.Geocoder();g_df92bbba385a2cd7ed63516b028c3ceb.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-cu').style.display = '';map = new google.maps.Map(document.getElementById('new-bedford-MA-first-citizens-federal-cu'), mapOptions);}document.getElementById('a82b0716').innerHTML += ' | View Map';var $ldf92bbba385a2cd7ed63516b028c3ceb = '

First Citizen's Federal Cu

Address: 271 Union St, New Bedford, MA 02740, USA
Phone: (508) 999-1341
';var m_df92bbba385a2cd7ed63516b028c3ceb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizen's Federal Cu',});m_df92bbba385a2cd7ed63516b028c3ceb['infowindow'] = new google.maps.InfoWindow({content: $ldf92bbba385a2cd7ed63516b028c3ceb});var infowindow = new google.maps.InfoWindow({content: $ldf92bbba385a2cd7ed63516b028c3ceb});google.maps.event.addListener(m_df92bbba385a2cd7ed63516b028c3ceb, 'click', function() {infowindow.open(map,m_df92bbba385a2cd7ed63516b028c3ceb);});$marker.push(m_df92bbba385a2cd7ed63516b028c3ceb);}});}google.maps.event.addDomListener(window, 'load', initialize);