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_c3e48269d28fe50ac5b4fc8dc9f0ad7d = new google.maps.Geocoder();g_c3e48269d28fe50ac5b4fc8dc9f0ad7d.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-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('vineland-NJ-century-savings-bank'), mapOptions);}document.getElementById('99327c52').innerHTML += ' | View Map';var $lc3e48269d28fe50ac5b4fc8dc9f0ad7d = '

Century Savings Bank

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