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.5577,-73.0508)};var g_234d5ba71b7020a2389ab5fdfd697149 = new google.maps.Geocoder();g_234d5ba71b7020a2389ab5fdfd697149.geocode( { 'address': "649 W Main St, Waterbury, CT 06702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterbury-CT-hsbc-atm').style.display = '';map = new google.maps.Map(document.getElementById('waterbury-CT-hsbc-atm'), mapOptions);}document.getElementById('03fdc9a2').innerHTML += ' | View Map';var $l234d5ba71b7020a2389ab5fdfd697149 = '

HSBC ATM

Address: 649 W Main St, Waterbury, CT 06702, USA
Phone:
';var m_234d5ba71b7020a2389ab5fdfd697149 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HSBC ATM',});m_234d5ba71b7020a2389ab5fdfd697149['infowindow'] = new google.maps.InfoWindow({content: $l234d5ba71b7020a2389ab5fdfd697149});var infowindow = new google.maps.InfoWindow({content: $l234d5ba71b7020a2389ab5fdfd697149});google.maps.event.addListener(m_234d5ba71b7020a2389ab5fdfd697149, 'click', function() {infowindow.open(map,m_234d5ba71b7020a2389ab5fdfd697149);});$marker.push(m_234d5ba71b7020a2389ab5fdfd697149);}});}google.maps.event.addDomListener(window, 'load', initialize);