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(40.7579,-73.6446)};var g_9f815b8ac65e3c1119ae82360710a218 = new google.maps.Geocoder();g_9f815b8ac65e3c1119ae82360710a218.geocode( { 'address': "700 Willis Ave, Williston Park, NY 11596"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williston-park-NY-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('williston-park-NY-td-bank'), mapOptions);}document.getElementById('e131cb05').innerHTML += ' | View Map';var $l9f815b8ac65e3c1119ae82360710a218 = '

TD Bank

Address: 700 Willis Ave, Williston Park, NY 11596
Phone: (516) 739-1387
';var m_9f815b8ac65e3c1119ae82360710a218 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_9f815b8ac65e3c1119ae82360710a218['infowindow'] = new google.maps.InfoWindow({content: $l9f815b8ac65e3c1119ae82360710a218});var infowindow = new google.maps.InfoWindow({content: $l9f815b8ac65e3c1119ae82360710a218});google.maps.event.addListener(m_9f815b8ac65e3c1119ae82360710a218, 'click', function() {infowindow.open(map,m_9f815b8ac65e3c1119ae82360710a218);});$marker.push(m_9f815b8ac65e3c1119ae82360710a218);}});}google.maps.event.addDomListener(window, 'load', initialize);