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.788,-73.7292)};var g_7950d8dc4e80f4a66c74d0cc0f27c519 = new google.maps.Geocoder();g_7950d8dc4e80f4a66c74d0cc0f27c519.geocode( { 'address': "50 Middle Neck Rd, Great Neck, NY 11021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('great-neck-NY-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('great-neck-NY-santander-bank'), mapOptions);}document.getElementById('3bce9d57').innerHTML += ' | View Map';var $l7950d8dc4e80f4a66c74d0cc0f27c519 = '

Santander Bank

Address: 50 Middle Neck Rd, Great Neck, NY 11021, USA
Phone: (516) 829-0103
';var m_7950d8dc4e80f4a66c74d0cc0f27c519 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_7950d8dc4e80f4a66c74d0cc0f27c519['infowindow'] = new google.maps.InfoWindow({content: $l7950d8dc4e80f4a66c74d0cc0f27c519});var infowindow = new google.maps.InfoWindow({content: $l7950d8dc4e80f4a66c74d0cc0f27c519});google.maps.event.addListener(m_7950d8dc4e80f4a66c74d0cc0f27c519, 'click', function() {infowindow.open(map,m_7950d8dc4e80f4a66c74d0cc0f27c519);});$marker.push(m_7950d8dc4e80f4a66c74d0cc0f27c519);}});}google.maps.event.addDomListener(window, 'load', initialize);