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.7565,-72.7588)};var g_0ef740c13f28af1a411710c48e480a9c = new google.maps.Geocoder();g_0ef740c13f28af1a411710c48e480a9c.geocode( { 'address': "55 S Main St, West Hartford, CT 06107"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-hartford-CT-newalliance-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-hartford-CT-newalliance-bank'), mapOptions);}document.getElementById('be03a1a3').innerHTML += ' | View Map';var $l0ef740c13f28af1a411710c48e480a9c = '

NewAlliance Bank

Address: 55 S Main St, West Hartford, CT 06107
Phone: (860) 313-6240
';var m_0ef740c13f28af1a411710c48e480a9c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NewAlliance Bank',});m_0ef740c13f28af1a411710c48e480a9c['infowindow'] = new google.maps.InfoWindow({content: $l0ef740c13f28af1a411710c48e480a9c});var infowindow = new google.maps.InfoWindow({content: $l0ef740c13f28af1a411710c48e480a9c});google.maps.event.addListener(m_0ef740c13f28af1a411710c48e480a9c, 'click', function() {infowindow.open(map,m_0ef740c13f28af1a411710c48e480a9c);});$marker.push(m_0ef740c13f28af1a411710c48e480a9c);}});}google.maps.event.addDomListener(window, 'load', initialize);