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.8718,-72.5409)};var g_1389a6517747757cd5f4468261268909 = new google.maps.Geocoder();g_1389a6517747757cd5f4468261268909.geocode( { 'address': "191 W Montauk Hwy, Hampton Bays, NY 11946, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-bays-NY-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('hampton-bays-NY-td-bank'), mapOptions);}document.getElementById('c4ced663').innerHTML += ' | View Map';var $l1389a6517747757cd5f4468261268909 = '

TD Bank

Address: 191 W Montauk Hwy, Hampton Bays, NY 11946, USA
Phone: (631) 728-1312
';var m_1389a6517747757cd5f4468261268909 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_1389a6517747757cd5f4468261268909['infowindow'] = new google.maps.InfoWindow({content: $l1389a6517747757cd5f4468261268909});var infowindow = new google.maps.InfoWindow({content: $l1389a6517747757cd5f4468261268909});google.maps.event.addListener(m_1389a6517747757cd5f4468261268909, 'click', function() {infowindow.open(map,m_1389a6517747757cd5f4468261268909);});$marker.push(m_1389a6517747757cd5f4468261268909);}});}google.maps.event.addDomListener(window, 'load', initialize);