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.5161,-72.0996)};var g_e1d4b23fb807f2a1de063bfb84a468d4 = new google.maps.Geocoder();g_e1d4b23fb807f2a1de063bfb84a468d4.geocode( { 'address': "590 W Main St, Norwich, CT 06360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwich-CT-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('norwich-CT-bank-of-america-financial-center'), mapOptions);}document.getElementById('7c208f42').innerHTML += ' | View Map';var $le1d4b23fb807f2a1de063bfb84a468d4 = '

Bank of America Financial Center

Address: 590 W Main St, Norwich, CT 06360, USA
Phone: (860) 892-6630
';var m_e1d4b23fb807f2a1de063bfb84a468d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_e1d4b23fb807f2a1de063bfb84a468d4['infowindow'] = new google.maps.InfoWindow({content: $le1d4b23fb807f2a1de063bfb84a468d4});var infowindow = new google.maps.InfoWindow({content: $le1d4b23fb807f2a1de063bfb84a468d4});google.maps.event.addListener(m_e1d4b23fb807f2a1de063bfb84a468d4, 'click', function() {infowindow.open(map,m_e1d4b23fb807f2a1de063bfb84a468d4);});$marker.push(m_e1d4b23fb807f2a1de063bfb84a468d4);}});}google.maps.event.addDomListener(window, 'load', initialize);