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.066,-73.5442)};var g_0ac80accc4e8d179a2ebb4707a083c7d = new google.maps.Geocoder();g_0ac80accc4e8d179a2ebb4707a083c7d.geocode( { 'address': "1959 Summer St, Stamford, CT 06905, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stamford-CT-atm-webster-bank').style.display = '';map = new google.maps.Map(document.getElementById('stamford-CT-atm-webster-bank'), mapOptions);}document.getElementById('3edd3639').innerHTML += ' | View Map';var $l0ac80accc4e8d179a2ebb4707a083c7d = '

ATM (Webster Bank)

Address: 1959 Summer St, Stamford, CT 06905, USA
Phone:
';var m_0ac80accc4e8d179a2ebb4707a083c7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Webster Bank)',});m_0ac80accc4e8d179a2ebb4707a083c7d['infowindow'] = new google.maps.InfoWindow({content: $l0ac80accc4e8d179a2ebb4707a083c7d});var infowindow = new google.maps.InfoWindow({content: $l0ac80accc4e8d179a2ebb4707a083c7d});google.maps.event.addListener(m_0ac80accc4e8d179a2ebb4707a083c7d, 'click', function() {infowindow.open(map,m_0ac80accc4e8d179a2ebb4707a083c7d);});$marker.push(m_0ac80accc4e8d179a2ebb4707a083c7d);}});}google.maps.event.addDomListener(window, 'load', initialize);