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.781,-73.9313)};var g_fe858281188f10005605ea7b1dd0bf7f = new google.maps.Geocoder();g_fe858281188f10005605ea7b1dd0bf7f.geocode( { 'address': "4240 Albany Post Rd, Hyde Park, NY 12538, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hyde-park-NY-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('hyde-park-NY-td-bank'), mapOptions);}document.getElementById('7a568947').innerHTML += ' | View Map';var $lfe858281188f10005605ea7b1dd0bf7f = '

TD Bank

Address: 4240 Albany Post Rd, Hyde Park, NY 12538, USA
Phone: (845) 229-2675
';var m_fe858281188f10005605ea7b1dd0bf7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_fe858281188f10005605ea7b1dd0bf7f['infowindow'] = new google.maps.InfoWindow({content: $lfe858281188f10005605ea7b1dd0bf7f});var infowindow = new google.maps.InfoWindow({content: $lfe858281188f10005605ea7b1dd0bf7f});google.maps.event.addListener(m_fe858281188f10005605ea7b1dd0bf7f, 'click', function() {infowindow.open(map,m_fe858281188f10005605ea7b1dd0bf7f);});$marker.push(m_fe858281188f10005605ea7b1dd0bf7f);}});}google.maps.event.addDomListener(window, 'load', initialize);