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_f35537cb63b3c6f0c82ff3d27e37814f = new google.maps.Geocoder();g_f35537cb63b3c6f0c82ff3d27e37814f.geocode( { 'address': "1500 Forest Ave, Staten Island, NY 10302"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staten-island-NY-community-bank-bayonne').style.display = '';map = new google.maps.Map(document.getElementById('staten-island-NY-community-bank-bayonne'), mapOptions);}document.getElementById('37a05967').innerHTML += ' | View Map';var $lf35537cb63b3c6f0c82ff3d27e37814f = '

Community Bank Bayonne

Address: 1500 Forest Ave, Staten Island, NY 10302
Phone: (718) 273-4841
';var m_f35537cb63b3c6f0c82ff3d27e37814f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Bayonne',});m_f35537cb63b3c6f0c82ff3d27e37814f['infowindow'] = new google.maps.InfoWindow({content: $lf35537cb63b3c6f0c82ff3d27e37814f});var infowindow = new google.maps.InfoWindow({content: $lf35537cb63b3c6f0c82ff3d27e37814f});google.maps.event.addListener(m_f35537cb63b3c6f0c82ff3d27e37814f, 'click', function() {infowindow.open(map,m_f35537cb63b3c6f0c82ff3d27e37814f);});$marker.push(m_f35537cb63b3c6f0c82ff3d27e37814f);}});}google.maps.event.addDomListener(window, 'load', initialize);