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_a5d89a89b40da4d3ecac966bd58fe18c = new google.maps.Geocoder();g_a5d89a89b40da4d3ecac966bd58fe18c.geocode( { 'address': "1361 N Railroad Ave, Staten Island, NY 10306-2348"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staten-island-NY-empire-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('staten-island-NY-empire-state-bank'), mapOptions);}document.getElementById('fd4d55ab').innerHTML += ' | View Map';var $la5d89a89b40da4d3ecac966bd58fe18c = '

Empire State Bank

Address: 1361 N Railroad Ave, Staten Island, NY 10306-2348
Phone: (718) 351-0590
';var m_a5d89a89b40da4d3ecac966bd58fe18c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire State Bank',});m_a5d89a89b40da4d3ecac966bd58fe18c['infowindow'] = new google.maps.InfoWindow({content: $la5d89a89b40da4d3ecac966bd58fe18c});var infowindow = new google.maps.InfoWindow({content: $la5d89a89b40da4d3ecac966bd58fe18c});google.maps.event.addListener(m_a5d89a89b40da4d3ecac966bd58fe18c, 'click', function() {infowindow.open(map,m_a5d89a89b40da4d3ecac966bd58fe18c);});$marker.push(m_a5d89a89b40da4d3ecac966bd58fe18c);}});}google.maps.event.addDomListener(window, 'load', initialize);