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.7704,-73.924)};var g_a5bc7b50d1120a2deeec5ae08e758cee = new google.maps.Geocoder();g_a5bc7b50d1120a2deeec5ae08e758cee.geocode( { 'address': "3190 Steinway St, Astoria, NY 11103"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('astoria-NY-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('astoria-NY-td-bank'), mapOptions);}document.getElementById('d0234fb9').innerHTML += ' | View Map';var $la5bc7b50d1120a2deeec5ae08e758cee = '

TD Bank

Address: 3190 Steinway St, Astoria, NY 11103
Phone: (718) 269-6000
';var m_a5bc7b50d1120a2deeec5ae08e758cee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_a5bc7b50d1120a2deeec5ae08e758cee['infowindow'] = new google.maps.InfoWindow({content: $la5bc7b50d1120a2deeec5ae08e758cee});var infowindow = new google.maps.InfoWindow({content: $la5bc7b50d1120a2deeec5ae08e758cee});google.maps.event.addListener(m_a5bc7b50d1120a2deeec5ae08e758cee, 'click', function() {infowindow.open(map,m_a5bc7b50d1120a2deeec5ae08e758cee);});$marker.push(m_a5bc7b50d1120a2deeec5ae08e758cee);}});var g_77932584bc3ce54ef8044146d33670dd = new google.maps.Geocoder();g_77932584bc3ce54ef8044146d33670dd.geocode( { 'address': "3104 Ditmars Blvd, Astoria, NY 11105"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('astoria-NY-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('astoria-NY-td-bank'), mapOptions);}document.getElementById('8633fe72').innerHTML += ' | View Map';var $l77932584bc3ce54ef8044146d33670dd = '

TD Bank

Address: 3104 Ditmars Blvd, Astoria, NY 11105
Phone: (718) 267-5100
';var m_77932584bc3ce54ef8044146d33670dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank',});m_77932584bc3ce54ef8044146d33670dd['infowindow'] = new google.maps.InfoWindow({content: $l77932584bc3ce54ef8044146d33670dd});var infowindow = new google.maps.InfoWindow({content: $l77932584bc3ce54ef8044146d33670dd});google.maps.event.addListener(m_77932584bc3ce54ef8044146d33670dd, 'click', function() {infowindow.open(map,m_77932584bc3ce54ef8044146d33670dd);});$marker.push(m_77932584bc3ce54ef8044146d33670dd);}});}google.maps.event.addDomListener(window, 'load', initialize);