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.5375,-73.1047)};var g_a86e5e7743ab05af47761a8b389c411c = new google.maps.Geocoder();g_a86e5e7743ab05af47761a8b389c411c.geocode( { 'address': "503 Middlebury Rd, Middlebury, CT 06762, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middlebury-CT-atm-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('middlebury-CT-atm-td-bank'), mapOptions);}document.getElementById('7fe5c81b').innerHTML += ' | View Map';var $la86e5e7743ab05af47761a8b389c411c = '

ATM (TD Bank)

Address: 503 Middlebury Rd, Middlebury, CT 06762, USA
Phone:
';var m_a86e5e7743ab05af47761a8b389c411c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TD Bank)',});m_a86e5e7743ab05af47761a8b389c411c['infowindow'] = new google.maps.InfoWindow({content: $la86e5e7743ab05af47761a8b389c411c});var infowindow = new google.maps.InfoWindow({content: $la86e5e7743ab05af47761a8b389c411c});google.maps.event.addListener(m_a86e5e7743ab05af47761a8b389c411c, 'click', function() {infowindow.open(map,m_a86e5e7743ab05af47761a8b389c411c);});$marker.push(m_a86e5e7743ab05af47761a8b389c411c);}});}google.maps.event.addDomListener(window, 'load', initialize);