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.1249,-71.1092)};var g_4c7b1383e7ffeb578a063b5e3dccced6 = new google.maps.Geocoder();g_4c7b1383e7ffeb578a063b5e3dccced6.geocode( { 'address': "330 Washington St, Stoughton, MA 02072"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stoughton-MA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('stoughton-MA-bank-of-america'), mapOptions);}document.getElementById('31feca86').innerHTML += ' | View Map';var $l4c7b1383e7ffeb578a063b5e3dccced6 = '

Bank of America

Address: 330 Washington St, Stoughton, MA 02072
Phone: (781) 341-1924
';var m_4c7b1383e7ffeb578a063b5e3dccced6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_4c7b1383e7ffeb578a063b5e3dccced6['infowindow'] = new google.maps.InfoWindow({content: $l4c7b1383e7ffeb578a063b5e3dccced6});var infowindow = new google.maps.InfoWindow({content: $l4c7b1383e7ffeb578a063b5e3dccced6});google.maps.event.addListener(m_4c7b1383e7ffeb578a063b5e3dccced6, 'click', function() {infowindow.open(map,m_4c7b1383e7ffeb578a063b5e3dccced6);});$marker.push(m_4c7b1383e7ffeb578a063b5e3dccced6);}});}google.maps.event.addDomListener(window, 'load', initialize);