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.7838,-73.8123)};var g_28481778144d98016f09f98483a8ed55 = new google.maps.Geocoder();g_28481778144d98016f09f98483a8ed55.geocode( { 'address': "14808 Cross Island Pkwy, Whitestone, NY 11357"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whitestone-NY-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('whitestone-NY-td-bank'), mapOptions);}document.getElementById('8371526b').innerHTML += ' | View Map';var $l28481778144d98016f09f98483a8ed55 = '

Td Bank

Address: 14808 Cross Island Pkwy, Whitestone, NY 11357
Phone: (718) 357-4310
';var m_28481778144d98016f09f98483a8ed55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Td Bank',});m_28481778144d98016f09f98483a8ed55['infowindow'] = new google.maps.InfoWindow({content: $l28481778144d98016f09f98483a8ed55});var infowindow = new google.maps.InfoWindow({content: $l28481778144d98016f09f98483a8ed55});google.maps.event.addListener(m_28481778144d98016f09f98483a8ed55, 'click', function() {infowindow.open(map,m_28481778144d98016f09f98483a8ed55);});$marker.push(m_28481778144d98016f09f98483a8ed55);}});}google.maps.event.addDomListener(window, 'load', initialize);