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(39.4478,-75.0549)};var g_295211d446b6cb1a8cb200aec299e6ed = new google.maps.Geocoder();g_295211d446b6cb1a8cb200aec299e6ed.geocode( { 'address': "1376 W Sherman Ave, Vineland, NJ 08360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vineland-NJ-century-bancorp-mhc').style.display = '';map = new google.maps.Map(document.getElementById('vineland-NJ-century-bancorp-mhc'), mapOptions);}document.getElementById('99327c52').innerHTML += ' | View Map';var $l295211d446b6cb1a8cb200aec299e6ed = '

Century Bancorp MHC

Address: 1376 W Sherman Ave, Vineland, NJ 08360, USA
Phone: (856) 690-9100
';var m_295211d446b6cb1a8cb200aec299e6ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Bancorp MHC',});m_295211d446b6cb1a8cb200aec299e6ed['infowindow'] = new google.maps.InfoWindow({content: $l295211d446b6cb1a8cb200aec299e6ed});var infowindow = new google.maps.InfoWindow({content: $l295211d446b6cb1a8cb200aec299e6ed});google.maps.event.addListener(m_295211d446b6cb1a8cb200aec299e6ed, 'click', function() {infowindow.open(map,m_295211d446b6cb1a8cb200aec299e6ed);});$marker.push(m_295211d446b6cb1a8cb200aec299e6ed);}});}google.maps.event.addDomListener(window, 'load', initialize);