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(43.2928,-73.5859)};var g_ad22b0fc08c9c2cb40ec5b1611c944ea = new google.maps.Geocoder();g_ad22b0fc08c9c2cb40ec5b1611c944ea.geocode( { 'address': "14 Main St, Hudson Falls, NY 12839, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hudson-falls-NY-atm-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('hudson-falls-NY-atm-td-bank'), mapOptions);}document.getElementById('1d979337').innerHTML += ' | View Map';var $lad22b0fc08c9c2cb40ec5b1611c944ea = '

ATM (TD Bank)

Address: 14 Main St, Hudson Falls, NY 12839, USA
Phone:
';var m_ad22b0fc08c9c2cb40ec5b1611c944ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TD Bank)',});m_ad22b0fc08c9c2cb40ec5b1611c944ea['infowindow'] = new google.maps.InfoWindow({content: $lad22b0fc08c9c2cb40ec5b1611c944ea});var infowindow = new google.maps.InfoWindow({content: $lad22b0fc08c9c2cb40ec5b1611c944ea});google.maps.event.addListener(m_ad22b0fc08c9c2cb40ec5b1611c944ea, 'click', function() {infowindow.open(map,m_ad22b0fc08c9c2cb40ec5b1611c944ea);});$marker.push(m_ad22b0fc08c9c2cb40ec5b1611c944ea);}});}google.maps.event.addDomListener(window, 'load', initialize);