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.9092,-73.064)};var g_daf02c344efa14913d0bb700034abb27 = new google.maps.Geocoder();g_daf02c344efa14913d0bb700034abb27.geocode( { 'address': "86 W Nesconset Highway, Port Jefferson Station, NY 11776, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-jefferson-station-NY-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('port-jefferson-station-NY-td-bank'), mapOptions);}document.getElementById('61803bb8').innerHTML += ' | View Map';var $ldaf02c344efa14913d0bb700034abb27 = '

TD Bank

Address: 86 W Nesconset Highway, Port Jefferson Station, NY 11776, USA
Phone: (631) 331-1152
';var m_daf02c344efa14913d0bb700034abb27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_daf02c344efa14913d0bb700034abb27['infowindow'] = new google.maps.InfoWindow({content: $ldaf02c344efa14913d0bb700034abb27});var infowindow = new google.maps.InfoWindow({content: $ldaf02c344efa14913d0bb700034abb27});google.maps.event.addListener(m_daf02c344efa14913d0bb700034abb27, 'click', function() {infowindow.open(map,m_daf02c344efa14913d0bb700034abb27);});$marker.push(m_daf02c344efa14913d0bb700034abb27);}});}google.maps.event.addDomListener(window, 'load', initialize);