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.6288,-74.0946)};var g_8617f303dd11780c5d48aedf0bd90823 = new google.maps.Geocoder();g_8617f303dd11780c5d48aedf0bd90823.geocode( { 'address': "900 South Ave, Staten Island, NY 10314"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staten-island-NY-us-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('staten-island-NY-us-bancorp'), mapOptions);}document.getElementById('1b97b13a').innerHTML += ' | View Map';var $l8617f303dd11780c5d48aedf0bd90823 = '

US Bancorp

Address: 900 South Ave, Staten Island, NY 10314
Phone: (718) 568-3548
';var m_8617f303dd11780c5d48aedf0bd90823 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bancorp',});m_8617f303dd11780c5d48aedf0bd90823['infowindow'] = new google.maps.InfoWindow({content: $l8617f303dd11780c5d48aedf0bd90823});var infowindow = new google.maps.InfoWindow({content: $l8617f303dd11780c5d48aedf0bd90823});google.maps.event.addListener(m_8617f303dd11780c5d48aedf0bd90823, 'click', function() {infowindow.open(map,m_8617f303dd11780c5d48aedf0bd90823);});$marker.push(m_8617f303dd11780c5d48aedf0bd90823);}});}google.maps.event.addDomListener(window, 'load', initialize);