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(42.9036,-73.6887)};var g_79a00b87195cb584d0b3b5358e19f795 = new google.maps.Geocoder();g_79a00b87195cb584d0b3b5358e19f795.geocode( { 'address': "5 Park Ave, Mechanicville, NY 12118, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mechanicville-NY-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('mechanicville-NY-td-bank'), mapOptions);}document.getElementById('cf84791b').innerHTML += ' | View Map';var $l79a00b87195cb584d0b3b5358e19f795 = '

TD Bank

Address: 5 Park Ave, Mechanicville, NY 12118, USA
Phone: (518) 664-5129
';var m_79a00b87195cb584d0b3b5358e19f795 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_79a00b87195cb584d0b3b5358e19f795['infowindow'] = new google.maps.InfoWindow({content: $l79a00b87195cb584d0b3b5358e19f795});var infowindow = new google.maps.InfoWindow({content: $l79a00b87195cb584d0b3b5358e19f795});google.maps.event.addListener(m_79a00b87195cb584d0b3b5358e19f795, 'click', function() {infowindow.open(map,m_79a00b87195cb584d0b3b5358e19f795);});$marker.push(m_79a00b87195cb584d0b3b5358e19f795);}});}google.maps.event.addDomListener(window, 'load', initialize);