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.8898,-71.1196)};var g_8f19793b2671094e63a15ab883d50137 = new google.maps.Geocoder();g_8f19793b2671094e63a15ab883d50137.geocode( { 'address': "289 Winthrop St, Taunton, MA 02780, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taunton-MA-first-citizens-federal-credit-union-taunton-branch').style.display = '';map = new google.maps.Map(document.getElementById('taunton-MA-first-citizens-federal-credit-union-taunton-branch'), mapOptions);}document.getElementById('bf4dfe2c').innerHTML += ' | View Map';var $l8f19793b2671094e63a15ab883d50137 = '

First Citizens' Federal Credit Union, Taunton Branch

Address: 289 Winthrop St, Taunton, MA 02780, USA
Phone: (508) 828-6313
';var m_8f19793b2671094e63a15ab883d50137 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens' Federal Credit Union, Taunton Branch',});m_8f19793b2671094e63a15ab883d50137['infowindow'] = new google.maps.InfoWindow({content: $l8f19793b2671094e63a15ab883d50137});var infowindow = new google.maps.InfoWindow({content: $l8f19793b2671094e63a15ab883d50137});google.maps.event.addListener(m_8f19793b2671094e63a15ab883d50137, 'click', function() {infowindow.open(map,m_8f19793b2671094e63a15ab883d50137);});$marker.push(m_8f19793b2671094e63a15ab883d50137);}});}google.maps.event.addDomListener(window, 'load', initialize);