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.8164,-73.6375)};var g_ad283026a2a2a5be72051a4cf93750eb = new google.maps.Geocoder();g_ad283026a2a2a5be72051a4cf93750eb.geocode( { 'address': "319 Glen Head Rd, Glen Head, NY 11545"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-head-NY-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('glen-head-NY-td-bank'), mapOptions);}document.getElementById('0ec1bfe3').innerHTML += ' | View Map';var $lad283026a2a2a5be72051a4cf93750eb = '

Td Bank

Address: 319 Glen Head Rd, Glen Head, NY 11545
Phone: (516) 671-2808
';var m_ad283026a2a2a5be72051a4cf93750eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Td Bank',});m_ad283026a2a2a5be72051a4cf93750eb['infowindow'] = new google.maps.InfoWindow({content: $lad283026a2a2a5be72051a4cf93750eb});var infowindow = new google.maps.InfoWindow({content: $lad283026a2a2a5be72051a4cf93750eb});google.maps.event.addListener(m_ad283026a2a2a5be72051a4cf93750eb, 'click', function() {infowindow.open(map,m_ad283026a2a2a5be72051a4cf93750eb);});$marker.push(m_ad283026a2a2a5be72051a4cf93750eb);}});}google.maps.event.addDomListener(window, 'load', initialize);