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.8628,-73.32)};var g_5650a8f1c991eb9acc8850fd52129c59 = new google.maps.Geocoder();g_5650a8f1c991eb9acc8850fd52129c59.geocode( { 'address': "517 Larkfield Rd, East Northport, NY 11731, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-northport-NY-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-northport-NY-td-bank'), mapOptions);}document.getElementById('41337d81').innerHTML += ' | View Map';var $l5650a8f1c991eb9acc8850fd52129c59 = '

TD Bank

Address: 517 Larkfield Rd, East Northport, NY 11731, USA
Phone: (631) 368-2914
';var m_5650a8f1c991eb9acc8850fd52129c59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_5650a8f1c991eb9acc8850fd52129c59['infowindow'] = new google.maps.InfoWindow({content: $l5650a8f1c991eb9acc8850fd52129c59});var infowindow = new google.maps.InfoWindow({content: $l5650a8f1c991eb9acc8850fd52129c59});google.maps.event.addListener(m_5650a8f1c991eb9acc8850fd52129c59, 'click', function() {infowindow.open(map,m_5650a8f1c991eb9acc8850fd52129c59);});$marker.push(m_5650a8f1c991eb9acc8850fd52129c59);}});}google.maps.event.addDomListener(window, 'load', initialize);