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.753,-73.6574)};var g_122a68a66482807aef9950a5ac2ae1c1 = new google.maps.Geocoder();g_122a68a66482807aef9950a5ac2ae1c1.geocode( { 'address': "443 Hillside Avenue, Williston Park, NY 11596, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williston-park-NY-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('williston-park-NY-santander-bank'), mapOptions);}document.getElementById('c48e065f').innerHTML += ' | View Map';var $l122a68a66482807aef9950a5ac2ae1c1 = '

Santander Bank

Address: 443 Hillside Avenue, Williston Park, NY 11596, USA
Phone: (516) 741-7500
';var m_122a68a66482807aef9950a5ac2ae1c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_122a68a66482807aef9950a5ac2ae1c1['infowindow'] = new google.maps.InfoWindow({content: $l122a68a66482807aef9950a5ac2ae1c1});var infowindow = new google.maps.InfoWindow({content: $l122a68a66482807aef9950a5ac2ae1c1});google.maps.event.addListener(m_122a68a66482807aef9950a5ac2ae1c1, 'click', function() {infowindow.open(map,m_122a68a66482807aef9950a5ac2ae1c1);});$marker.push(m_122a68a66482807aef9950a5ac2ae1c1);}});}google.maps.event.addDomListener(window, 'load', initialize);