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.7493,-71.2131)};var g_6bbbbb2a10edb63babf298ec360b299b = new google.maps.Geocoder();g_6bbbbb2a10edb63babf298ec360b299b.geocode( { 'address': "755 Grand Army of the Republic Hwy, Swansea, MA 02777, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swansea-MA-fall-river-municipal-cu').style.display = '';map = new google.maps.Map(document.getElementById('swansea-MA-fall-river-municipal-cu'), mapOptions);}document.getElementById('a5152f73').innerHTML += ' | View Map';var $l6bbbbb2a10edb63babf298ec360b299b = '

Fall River Municipal Cu

Address: 755 Grand Army of the Republic Hwy, Swansea, MA 02777, USA
Phone: (508) 678-9028
';var m_6bbbbb2a10edb63babf298ec360b299b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fall River Municipal Cu',});m_6bbbbb2a10edb63babf298ec360b299b['infowindow'] = new google.maps.InfoWindow({content: $l6bbbbb2a10edb63babf298ec360b299b});var infowindow = new google.maps.InfoWindow({content: $l6bbbbb2a10edb63babf298ec360b299b});google.maps.event.addListener(m_6bbbbb2a10edb63babf298ec360b299b, 'click', function() {infowindow.open(map,m_6bbbbb2a10edb63babf298ec360b299b);});$marker.push(m_6bbbbb2a10edb63babf298ec360b299b);}});}google.maps.event.addDomListener(window, 'load', initialize);