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.1465,-73.2487)};var g_738495a4c15ed8fbb236b5a754fa3c04 = new google.maps.Geocoder();g_738495a4c15ed8fbb236b5a754fa3c04.geocode( { 'address': "Fairfield, CT 06824, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfield-CT-hudson-city-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('fairfield-CT-hudson-city-savings-bank'), mapOptions);}document.getElementById('da117a3e').innerHTML += ' | View Map';var $l738495a4c15ed8fbb236b5a754fa3c04 = '

Hudson City Savings Bank

Address: Fairfield, CT 06824, USA
Phone:
';var m_738495a4c15ed8fbb236b5a754fa3c04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hudson City Savings Bank',});m_738495a4c15ed8fbb236b5a754fa3c04['infowindow'] = new google.maps.InfoWindow({content: $l738495a4c15ed8fbb236b5a754fa3c04});var infowindow = new google.maps.InfoWindow({content: $l738495a4c15ed8fbb236b5a754fa3c04});google.maps.event.addListener(m_738495a4c15ed8fbb236b5a754fa3c04, 'click', function() {infowindow.open(map,m_738495a4c15ed8fbb236b5a754fa3c04);});$marker.push(m_738495a4c15ed8fbb236b5a754fa3c04);}});}google.maps.event.addDomListener(window, 'load', initialize);