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.063,-74.0188)};var g_50454f95bbf5e6478cc0a55d08338731 = new google.maps.Geocoder();g_50454f95bbf5e6478cc0a55d08338731.geocode( { 'address': "105 E Central Ave, Pearl River, NY 10965"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pearl-river-NY-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('pearl-river-NY-td-bank'), mapOptions);}document.getElementById('5ece7b1e').innerHTML += ' | View Map';var $l50454f95bbf5e6478cc0a55d08338731 = '

TD Bank

Address: 105 E Central Ave, Pearl River, NY 10965
Phone: (845) 735-5800
';var m_50454f95bbf5e6478cc0a55d08338731 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_50454f95bbf5e6478cc0a55d08338731['infowindow'] = new google.maps.InfoWindow({content: $l50454f95bbf5e6478cc0a55d08338731});var infowindow = new google.maps.InfoWindow({content: $l50454f95bbf5e6478cc0a55d08338731});google.maps.event.addListener(m_50454f95bbf5e6478cc0a55d08338731, 'click', function() {infowindow.open(map,m_50454f95bbf5e6478cc0a55d08338731);});$marker.push(m_50454f95bbf5e6478cc0a55d08338731);}});}google.maps.event.addDomListener(window, 'load', initialize);