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(44.5054,-73.4811)};var g_080f4f9108d1a5783bd7dc62ae02cfc1 = new google.maps.Geocoder();g_080f4f9108d1a5783bd7dc62ae02cfc1.geocode( { 'address': "1744 NY-22, Keeseville, NY 12944, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('keeseville-NY-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('keeseville-NY-td-bank'), mapOptions);}document.getElementById('9b386536').innerHTML += ' | View Map';var $l080f4f9108d1a5783bd7dc62ae02cfc1 = '

TD Bank

Address: 1744 NY-22, Keeseville, NY 12944, USA
Phone: (518) 834-7331
';var m_080f4f9108d1a5783bd7dc62ae02cfc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_080f4f9108d1a5783bd7dc62ae02cfc1['infowindow'] = new google.maps.InfoWindow({content: $l080f4f9108d1a5783bd7dc62ae02cfc1});var infowindow = new google.maps.InfoWindow({content: $l080f4f9108d1a5783bd7dc62ae02cfc1});google.maps.event.addListener(m_080f4f9108d1a5783bd7dc62ae02cfc1, 'click', function() {infowindow.open(map,m_080f4f9108d1a5783bd7dc62ae02cfc1);});$marker.push(m_080f4f9108d1a5783bd7dc62ae02cfc1);}});}google.maps.event.addDomListener(window, 'load', initialize);