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.6992,-71.1643)};var g_93d05276615052f5ccaf58539070e714 = new google.maps.Geocoder();g_93d05276615052f5ccaf58539070e714.geocode( { 'address': "149 Columbia St, Fall River, MA 02721, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fall-river-MA-santo-christo-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('fall-river-MA-santo-christo-federal-cu'), mapOptions);}document.getElementById('3b0c016d').innerHTML += ' | View Map';var $l93d05276615052f5ccaf58539070e714 = '

Santo Christo Federal CU

Address: 149 Columbia St, Fall River, MA 02721, USA
Phone: (508) 673-9210
';var m_93d05276615052f5ccaf58539070e714 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santo Christo Federal CU',});m_93d05276615052f5ccaf58539070e714['infowindow'] = new google.maps.InfoWindow({content: $l93d05276615052f5ccaf58539070e714});var infowindow = new google.maps.InfoWindow({content: $l93d05276615052f5ccaf58539070e714});google.maps.event.addListener(m_93d05276615052f5ccaf58539070e714, 'click', function() {infowindow.open(map,m_93d05276615052f5ccaf58539070e714);});$marker.push(m_93d05276615052f5ccaf58539070e714);}});}google.maps.event.addDomListener(window, 'load', initialize);