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.5983,-75.1788)};var g_e92f49a9e6b78773c4b6a051ec10e98a = new google.maps.Geocoder();g_e92f49a9e6b78773c4b6a051ec10e98a.geocode( { 'address': "435 Chestnut St, Elmer, NJ 08318, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elmer-NJ-pennsville-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('elmer-NJ-pennsville-national-bank'), mapOptions);}document.getElementById('51a7ac6b').innerHTML += ' | View Map';var $le92f49a9e6b78773c4b6a051ec10e98a = '

Pennsville National Bank

Address: 435 Chestnut St, Elmer, NJ 08318, USA
Phone: (856) 358-6006
';var m_e92f49a9e6b78773c4b6a051ec10e98a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pennsville National Bank',});m_e92f49a9e6b78773c4b6a051ec10e98a['infowindow'] = new google.maps.InfoWindow({content: $le92f49a9e6b78773c4b6a051ec10e98a});var infowindow = new google.maps.InfoWindow({content: $le92f49a9e6b78773c4b6a051ec10e98a});google.maps.event.addListener(m_e92f49a9e6b78773c4b6a051ec10e98a, 'click', function() {infowindow.open(map,m_e92f49a9e6b78773c4b6a051ec10e98a);});$marker.push(m_e92f49a9e6b78773c4b6a051ec10e98a);}});}google.maps.event.addDomListener(window, 'load', initialize);