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.8994,-71.0951)};var g_aeccf2a028c6aa7fa3ea11fe774d0584 = new google.maps.Geocoder();g_aeccf2a028c6aa7fa3ea11fe774d0584.geocode( { 'address': "130 High St, Taunton, MA 02780, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taunton-MA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('taunton-MA-bank-of-america-financial-center'), mapOptions);}document.getElementById('db60226d').innerHTML += ' | View Map';var $laeccf2a028c6aa7fa3ea11fe774d0584 = '

Bank of America Financial Center

Address: 130 High St, Taunton, MA 02780, USA
Phone: (508) 823-8700
';var m_aeccf2a028c6aa7fa3ea11fe774d0584 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_aeccf2a028c6aa7fa3ea11fe774d0584['infowindow'] = new google.maps.InfoWindow({content: $laeccf2a028c6aa7fa3ea11fe774d0584});var infowindow = new google.maps.InfoWindow({content: $laeccf2a028c6aa7fa3ea11fe774d0584});google.maps.event.addListener(m_aeccf2a028c6aa7fa3ea11fe774d0584, 'click', function() {infowindow.open(map,m_aeccf2a028c6aa7fa3ea11fe774d0584);});$marker.push(m_aeccf2a028c6aa7fa3ea11fe774d0584);}});}google.maps.event.addDomListener(window, 'load', initialize);