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.6233,-71.3647)};var g_045117b0e0a11a242b9765e79cbf113f = new google.maps.Geocoder();g_045117b0e0a11a242b9765e79cbf113f.geocode( { 'address': "2 Summer St, Chelmsford, MA 01824"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chelmsford-MA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('chelmsford-MA-bank-of-america'), mapOptions);}document.getElementById('c478ef80').innerHTML += ' | View Map';var $l045117b0e0a11a242b9765e79cbf113f = '

Bank of America

Address: 2 Summer St, Chelmsford, MA 01824
Phone: (800) 432-1000
';var m_045117b0e0a11a242b9765e79cbf113f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_045117b0e0a11a242b9765e79cbf113f['infowindow'] = new google.maps.InfoWindow({content: $l045117b0e0a11a242b9765e79cbf113f});var infowindow = new google.maps.InfoWindow({content: $l045117b0e0a11a242b9765e79cbf113f});google.maps.event.addListener(m_045117b0e0a11a242b9765e79cbf113f, 'click', function() {infowindow.open(map,m_045117b0e0a11a242b9765e79cbf113f);});$marker.push(m_045117b0e0a11a242b9765e79cbf113f);}});}google.maps.event.addDomListener(window, 'load', initialize);