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.7164,-71.1381)};var g_23a28e6d57e4c5d8eb0bff70ae01ed09 = new google.maps.Geocoder();g_23a28e6d57e4c5d8eb0bff70ae01ed09.geocode( { 'address': "333 Milliken Blvd, Fall River, MA 02721"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fall-river-MA-fall-river-municipal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fall-river-MA-fall-river-municipal-credit-union'), mapOptions);}document.getElementById('2c5c7051').innerHTML += ' | View Map';var $l23a28e6d57e4c5d8eb0bff70ae01ed09 = '

Fall River Municipal Credit Union

Address: 333 Milliken Blvd, Fall River, MA 02721
Phone: (508) 678-9028
';var m_23a28e6d57e4c5d8eb0bff70ae01ed09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fall River Municipal Credit Union',});m_23a28e6d57e4c5d8eb0bff70ae01ed09['infowindow'] = new google.maps.InfoWindow({content: $l23a28e6d57e4c5d8eb0bff70ae01ed09});var infowindow = new google.maps.InfoWindow({content: $l23a28e6d57e4c5d8eb0bff70ae01ed09});google.maps.event.addListener(m_23a28e6d57e4c5d8eb0bff70ae01ed09, 'click', function() {infowindow.open(map,m_23a28e6d57e4c5d8eb0bff70ae01ed09);});$marker.push(m_23a28e6d57e4c5d8eb0bff70ae01ed09);}});}google.maps.event.addDomListener(window, 'load', initialize);