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.4801,-75.0419)};var g_0132cbf286123e999adc67e23a9397fe = new google.maps.Geocoder();g_0132cbf286123e999adc67e23a9397fe.geocode( { 'address': "20 W Chestnut Ave, Vineland, NJ 08360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vineland-NJ-susquehanna-bank---chestnut-avenue-office').style.display = '';map = new google.maps.Map(document.getElementById('vineland-NJ-susquehanna-bank---chestnut-avenue-office'), mapOptions);}document.getElementById('2d4deeee').innerHTML += ' | View Map';var $l0132cbf286123e999adc67e23a9397fe = '

Susquehanna Bank - Chestnut Avenue Office

Address: 20 W Chestnut Ave, Vineland, NJ 08360, USA
Phone: (856) 794-7976
';var m_0132cbf286123e999adc67e23a9397fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Susquehanna Bank - Chestnut Avenue Office',});m_0132cbf286123e999adc67e23a9397fe['infowindow'] = new google.maps.InfoWindow({content: $l0132cbf286123e999adc67e23a9397fe});var infowindow = new google.maps.InfoWindow({content: $l0132cbf286123e999adc67e23a9397fe});google.maps.event.addListener(m_0132cbf286123e999adc67e23a9397fe, 'click', function() {infowindow.open(map,m_0132cbf286123e999adc67e23a9397fe);});$marker.push(m_0132cbf286123e999adc67e23a9397fe);}});}google.maps.event.addDomListener(window, 'load', initialize);