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.1445,-73.9965)};var g_97dc0280d476207a38a47a39d5ea9d88 = new google.maps.Geocoder();g_97dc0280d476207a38a47a39d5ea9d88.geocode( { 'address': "275 S Main St, New City, NY 10956"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-city-NY-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-city-NY-td-bank'), mapOptions);}document.getElementById('c2258ae3').innerHTML += ' | View Map';var $l97dc0280d476207a38a47a39d5ea9d88 = '

TD Bank

Address: 275 S Main St, New City, NY 10956
Phone: (845) 634-0116
';var m_97dc0280d476207a38a47a39d5ea9d88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_97dc0280d476207a38a47a39d5ea9d88['infowindow'] = new google.maps.InfoWindow({content: $l97dc0280d476207a38a47a39d5ea9d88});var infowindow = new google.maps.InfoWindow({content: $l97dc0280d476207a38a47a39d5ea9d88});google.maps.event.addListener(m_97dc0280d476207a38a47a39d5ea9d88, 'click', function() {infowindow.open(map,m_97dc0280d476207a38a47a39d5ea9d88);});$marker.push(m_97dc0280d476207a38a47a39d5ea9d88);}});}google.maps.event.addDomListener(window, 'load', initialize);