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.6889,-73.8233)};var g_5fbda49f87deffafc30bb24502856c21 = new google.maps.Geocoder();g_5fbda49f87deffafc30bb24502856c21.geocode( { 'address': "118-11 101st Avenue, South Richmond Hill, NY 11419"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-richmond-hill-NY-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('south-richmond-hill-NY-santander-bank'), mapOptions);}document.getElementById('427e3380').innerHTML += ' | View Map';var $l5fbda49f87deffafc30bb24502856c21 = '

Santander Bank

Address: 118-11 101st Avenue, South Richmond Hill, NY 11419
Phone: (718) 850-5070
';var m_5fbda49f87deffafc30bb24502856c21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_5fbda49f87deffafc30bb24502856c21['infowindow'] = new google.maps.InfoWindow({content: $l5fbda49f87deffafc30bb24502856c21});var infowindow = new google.maps.InfoWindow({content: $l5fbda49f87deffafc30bb24502856c21});google.maps.event.addListener(m_5fbda49f87deffafc30bb24502856c21, 'click', function() {infowindow.open(map,m_5fbda49f87deffafc30bb24502856c21);});$marker.push(m_5fbda49f87deffafc30bb24502856c21);}});}google.maps.event.addDomListener(window, 'load', initialize);