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(42.0194,-71.4984)};var g_d2cbc539aae1faa838cd7f95756d05ed = new google.maps.Geocoder();g_d2cbc539aae1faa838cd7f95756d05ed.geocode( { 'address': "70 Pulaski Blvd, Bellingham, MA 02019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellingham-MA-rbs-citizens').style.display = '';map = new google.maps.Map(document.getElementById('bellingham-MA-rbs-citizens'), mapOptions);}document.getElementById('3f8ffd8e').innerHTML += ' | View Map';var $ld2cbc539aae1faa838cd7f95756d05ed = '

Rbs Citizens

Address: 70 Pulaski Blvd, Bellingham, MA 02019, USA
Phone: (508) 876-1036
';var m_d2cbc539aae1faa838cd7f95756d05ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rbs Citizens',});m_d2cbc539aae1faa838cd7f95756d05ed['infowindow'] = new google.maps.InfoWindow({content: $ld2cbc539aae1faa838cd7f95756d05ed});var infowindow = new google.maps.InfoWindow({content: $ld2cbc539aae1faa838cd7f95756d05ed});google.maps.event.addListener(m_d2cbc539aae1faa838cd7f95756d05ed, 'click', function() {infowindow.open(map,m_d2cbc539aae1faa838cd7f95756d05ed);});$marker.push(m_d2cbc539aae1faa838cd7f95756d05ed);}});}google.maps.event.addDomListener(window, 'load', initialize);