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.7867,-73.7258)};var g_4195cac6ce8d484d041594a3faa2e13d = new google.maps.Geocoder();g_4195cac6ce8d484d041594a3faa2e13d.geocode( { 'address': "23 N Station Plz, Great Neck, NY 11021"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('great-neck-NY-m-t-bank').style.display = '';map = new google.maps.Map(document.getElementById('great-neck-NY-m-t-bank'), mapOptions);}document.getElementById('e43d0a66').innerHTML += ' | View Map';var $l4195cac6ce8d484d041594a3faa2e13d = '

M & T Bank

Address: 23 N Station Plz, Great Neck, NY 11021
Phone: (516) 466-9207
';var m_4195cac6ce8d484d041594a3faa2e13d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M & T Bank',});m_4195cac6ce8d484d041594a3faa2e13d['infowindow'] = new google.maps.InfoWindow({content: $l4195cac6ce8d484d041594a3faa2e13d});var infowindow = new google.maps.InfoWindow({content: $l4195cac6ce8d484d041594a3faa2e13d});google.maps.event.addListener(m_4195cac6ce8d484d041594a3faa2e13d, 'click', function() {infowindow.open(map,m_4195cac6ce8d484d041594a3faa2e13d);});$marker.push(m_4195cac6ce8d484d041594a3faa2e13d);}});}google.maps.event.addDomListener(window, 'load', initialize);