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_647b03d3d39b8b321671f8ae93dd12aa = new google.maps.Geocoder();g_647b03d3d39b8b321671f8ae93dd12aa.geocode( { 'address': "339 Sand Lane, Staten Island, NY 10305"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staten-island-NY-kearny-bank').style.display = '';map = new google.maps.Map(document.getElementById('staten-island-NY-kearny-bank'), mapOptions);}document.getElementById('ed5df799').innerHTML += ' | View Map';var $l647b03d3d39b8b321671f8ae93dd12aa = '

Kearny Bank

Address: 339 Sand Lane, Staten Island, NY 10305
Phone: (718) 768-4800
';var m_647b03d3d39b8b321671f8ae93dd12aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kearny Bank',});m_647b03d3d39b8b321671f8ae93dd12aa['infowindow'] = new google.maps.InfoWindow({content: $l647b03d3d39b8b321671f8ae93dd12aa});var infowindow = new google.maps.InfoWindow({content: $l647b03d3d39b8b321671f8ae93dd12aa});google.maps.event.addListener(m_647b03d3d39b8b321671f8ae93dd12aa, 'click', function() {infowindow.open(map,m_647b03d3d39b8b321671f8ae93dd12aa);});$marker.push(m_647b03d3d39b8b321671f8ae93dd12aa);}});}google.maps.event.addDomListener(window, 'load', initialize);