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.023,-71.1172)};var g_436786e7360b5899a5c23f6936753ea4 = new google.maps.Geocoder();g_436786e7360b5899a5c23f6936753ea4.geocode( { 'address': "692 Depot St, North Easton, MA 02356, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('easton-MA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('easton-MA-bank-of-america-financial-center'), mapOptions);}document.getElementById('f8b795d9').innerHTML += ' | View Map';var $l436786e7360b5899a5c23f6936753ea4 = '

Bank of America Financial Center

Address: 692 Depot St, North Easton, MA 02356, USA
Phone: (800) 432-1000
';var m_436786e7360b5899a5c23f6936753ea4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_436786e7360b5899a5c23f6936753ea4['infowindow'] = new google.maps.InfoWindow({content: $l436786e7360b5899a5c23f6936753ea4});var infowindow = new google.maps.InfoWindow({content: $l436786e7360b5899a5c23f6936753ea4});google.maps.event.addListener(m_436786e7360b5899a5c23f6936753ea4, 'click', function() {infowindow.open(map,m_436786e7360b5899a5c23f6936753ea4);});$marker.push(m_436786e7360b5899a5c23f6936753ea4);}});}google.maps.event.addDomListener(window, 'load', initialize);