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_f9dc5c1b905401733b9aaf49c03c071d = new google.maps.Geocoder();g_f9dc5c1b905401733b9aaf49c03c071d.geocode( { 'address': "1855 Victory Blvd, Staten Island, NY 10314"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staten-island-NY-b-c-b-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('staten-island-NY-b-c-b-bancorp'), mapOptions);}document.getElementById('17477b25').innerHTML += ' | View Map';var $lf9dc5c1b905401733b9aaf49c03c071d = '

B C B Bancorp

Address: 1855 Victory Blvd, Staten Island, NY 10314
Phone: (718) 442-7804
';var m_f9dc5c1b905401733b9aaf49c03c071d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'B C B Bancorp',});m_f9dc5c1b905401733b9aaf49c03c071d['infowindow'] = new google.maps.InfoWindow({content: $lf9dc5c1b905401733b9aaf49c03c071d});var infowindow = new google.maps.InfoWindow({content: $lf9dc5c1b905401733b9aaf49c03c071d});google.maps.event.addListener(m_f9dc5c1b905401733b9aaf49c03c071d, 'click', function() {infowindow.open(map,m_f9dc5c1b905401733b9aaf49c03c071d);});$marker.push(m_f9dc5c1b905401733b9aaf49c03c071d);}});}google.maps.event.addDomListener(window, 'load', initialize);