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.1964,-74.0103)};var g_0b105cf1504c4e241fcc6d519ea962fb = new google.maps.Geocoder();g_0b105cf1504c4e241fcc6d519ea962fb.geocode( { 'address': "81 W Ramapo Rd, Garnerville, NY 10923, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thiells-NY-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('thiells-NY-td-bank'), mapOptions);}document.getElementById('e06366cc').innerHTML += ' | View Map';var $l0b105cf1504c4e241fcc6d519ea962fb = '

TD Bank

Address: 81 W Ramapo Rd, Garnerville, NY 10923, USA
Phone: (845) 354-0390
';var m_0b105cf1504c4e241fcc6d519ea962fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_0b105cf1504c4e241fcc6d519ea962fb['infowindow'] = new google.maps.InfoWindow({content: $l0b105cf1504c4e241fcc6d519ea962fb});var infowindow = new google.maps.InfoWindow({content: $l0b105cf1504c4e241fcc6d519ea962fb});google.maps.event.addListener(m_0b105cf1504c4e241fcc6d519ea962fb, 'click', function() {infowindow.open(map,m_0b105cf1504c4e241fcc6d519ea962fb);});$marker.push(m_0b105cf1504c4e241fcc6d519ea962fb);}});}google.maps.event.addDomListener(window, 'load', initialize);