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.8465,-73.5362)};var g_59521b33a3acb8a6fc4ad34f70f962f7 = new google.maps.Geocoder();g_59521b33a3acb8a6fc4ad34f70f962f7.geocode( { 'address': "6340 Northern Blvd, East Norwich, NY 11732"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-norwich-NY-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-norwich-NY-td-bank'), mapOptions);}document.getElementById('51c1a533').innerHTML += ' | View Map';var $l59521b33a3acb8a6fc4ad34f70f962f7 = '

TD Bank

Address: 6340 Northern Blvd, East Norwich, NY 11732
Phone: (516) 922-2163
';var m_59521b33a3acb8a6fc4ad34f70f962f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_59521b33a3acb8a6fc4ad34f70f962f7['infowindow'] = new google.maps.InfoWindow({content: $l59521b33a3acb8a6fc4ad34f70f962f7});var infowindow = new google.maps.InfoWindow({content: $l59521b33a3acb8a6fc4ad34f70f962f7});google.maps.event.addListener(m_59521b33a3acb8a6fc4ad34f70f962f7, 'click', function() {infowindow.open(map,m_59521b33a3acb8a6fc4ad34f70f962f7);});$marker.push(m_59521b33a3acb8a6fc4ad34f70f962f7);}});}google.maps.event.addDomListener(window, 'load', initialize);