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.6586,-73.8438)};var g_eaa52d0d0d9bef31d38cd15be45a49ff = new google.maps.Geocoder();g_eaa52d0d0d9bef31d38cd15be45a49ff.geocode( { 'address': "162-38 Cross Bay Boulevard, Howard Beach, NY 11414"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('howard-beach-NY-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('howard-beach-NY-santander-bank'), mapOptions);}document.getElementById('99041256').innerHTML += ' | View Map';var $leaa52d0d0d9bef31d38cd15be45a49ff = '

Santander Bank

Address: 162-38 Cross Bay Boulevard, Howard Beach, NY 11414
Phone: (718) 925-9547
';var m_eaa52d0d0d9bef31d38cd15be45a49ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_eaa52d0d0d9bef31d38cd15be45a49ff['infowindow'] = new google.maps.InfoWindow({content: $leaa52d0d0d9bef31d38cd15be45a49ff});var infowindow = new google.maps.InfoWindow({content: $leaa52d0d0d9bef31d38cd15be45a49ff});google.maps.event.addListener(m_eaa52d0d0d9bef31d38cd15be45a49ff, 'click', function() {infowindow.open(map,m_eaa52d0d0d9bef31d38cd15be45a49ff);});$marker.push(m_eaa52d0d0d9bef31d38cd15be45a49ff);}});}google.maps.event.addDomListener(window, 'load', initialize);