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.5288,-73.8955)};var g_92e4843a78a00961da95e70eb859aef5 = new google.maps.Geocoder();g_92e4843a78a00961da95e70eb859aef5.geocode( { 'address': "18 Westage Dr #15, Fishkill, NY 12524, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fishkill-NY-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('fishkill-NY-td-bank'), mapOptions);}document.getElementById('c301190d').innerHTML += ' | View Map';var $l92e4843a78a00961da95e70eb859aef5 = '

TD Bank

Address: 18 Westage Dr #15, Fishkill, NY 12524, USA
Phone: (845) 896-2347
';var m_92e4843a78a00961da95e70eb859aef5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_92e4843a78a00961da95e70eb859aef5['infowindow'] = new google.maps.InfoWindow({content: $l92e4843a78a00961da95e70eb859aef5});var infowindow = new google.maps.InfoWindow({content: $l92e4843a78a00961da95e70eb859aef5});google.maps.event.addListener(m_92e4843a78a00961da95e70eb859aef5, 'click', function() {infowindow.open(map,m_92e4843a78a00961da95e70eb859aef5);});$marker.push(m_92e4843a78a00961da95e70eb859aef5);}});}google.maps.event.addDomListener(window, 'load', initialize);