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.3744,-72.9166)};var g_27408a1ecaccf09db347f0937a44def9 = new google.maps.Geocoder();g_27408a1ecaccf09db347f0937a44def9.geocode( { 'address': "2340 Dixwell Ave, Hamden, CT 06514, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamden-CT-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('hamden-CT-bank-of-america-financial-center'), mapOptions);}document.getElementById('4931374b').innerHTML += ' | View Map';var $l27408a1ecaccf09db347f0937a44def9 = '

Bank of America Financial Center

Address: 2340 Dixwell Ave, Hamden, CT 06514, USA
Phone: (800) 432-1000
';var m_27408a1ecaccf09db347f0937a44def9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_27408a1ecaccf09db347f0937a44def9['infowindow'] = new google.maps.InfoWindow({content: $l27408a1ecaccf09db347f0937a44def9});var infowindow = new google.maps.InfoWindow({content: $l27408a1ecaccf09db347f0937a44def9});google.maps.event.addListener(m_27408a1ecaccf09db347f0937a44def9, 'click', function() {infowindow.open(map,m_27408a1ecaccf09db347f0937a44def9);});$marker.push(m_27408a1ecaccf09db347f0937a44def9);}});}google.maps.event.addDomListener(window, 'load', initialize);