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.8482,-72.4852)};var g_4c3f4377d3028a957bf6decc5615b8de = new google.maps.Geocoder();g_4c3f4377d3028a957bf6decc5615b8de.geocode( { 'address': "475 Talcottville Rd, Vernon, CT 06066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vernon-CT-atm-webster-bank').style.display = '';map = new google.maps.Map(document.getElementById('vernon-CT-atm-webster-bank'), mapOptions);}document.getElementById('a855fde4').innerHTML += ' | View Map';var $l4c3f4377d3028a957bf6decc5615b8de = '

ATM (Webster Bank)

Address: 475 Talcottville Rd, Vernon, CT 06066, USA
Phone:
';var m_4c3f4377d3028a957bf6decc5615b8de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Webster Bank)',});m_4c3f4377d3028a957bf6decc5615b8de['infowindow'] = new google.maps.InfoWindow({content: $l4c3f4377d3028a957bf6decc5615b8de});var infowindow = new google.maps.InfoWindow({content: $l4c3f4377d3028a957bf6decc5615b8de});google.maps.event.addListener(m_4c3f4377d3028a957bf6decc5615b8de, 'click', function() {infowindow.open(map,m_4c3f4377d3028a957bf6decc5615b8de);});$marker.push(m_4c3f4377d3028a957bf6decc5615b8de);}});}google.maps.event.addDomListener(window, 'load', initialize);