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.6506,-74.2609)};var g_2f8e85d448003345da242b89f67fca5d = new google.maps.Geocoder();g_2f8e85d448003345da242b89f67fca5d.geocode( { 'address': "235 Chestnut St, Roselle, NJ 07203"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roselle-NJ-rsb-bancorp-mhc').style.display = '';map = new google.maps.Map(document.getElementById('roselle-NJ-rsb-bancorp-mhc'), mapOptions);}document.getElementById('515963c2').innerHTML += ' | View Map';var $l2f8e85d448003345da242b89f67fca5d = '

Rsb Bancorp Mhc

Address: 235 Chestnut St, Roselle, NJ 07203
Phone: (908) 245-1885
';var m_2f8e85d448003345da242b89f67fca5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rsb Bancorp Mhc',});m_2f8e85d448003345da242b89f67fca5d['infowindow'] = new google.maps.InfoWindow({content: $l2f8e85d448003345da242b89f67fca5d});var infowindow = new google.maps.InfoWindow({content: $l2f8e85d448003345da242b89f67fca5d});google.maps.event.addListener(m_2f8e85d448003345da242b89f67fca5d, 'click', function() {infowindow.open(map,m_2f8e85d448003345da242b89f67fca5d);});$marker.push(m_2f8e85d448003345da242b89f67fca5d);}});}google.maps.event.addDomListener(window, 'load', initialize);