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.6516,-75.3228)};var g_20d5463777a53fef5cccbbd096855e3e = new google.maps.Geocoder();g_20d5463777a53fef5cccbbd096855e3e.geocode( { 'address': "125 East Ave # A, Woodstown, NJ 08098, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodstown-NJ-pennsville-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodstown-NJ-pennsville-national-bank'), mapOptions);}document.getElementById('94302ef2').innerHTML += ' | View Map';var $l20d5463777a53fef5cccbbd096855e3e = '

Pennsville National Bank

Address: 125 East Ave # A, Woodstown, NJ 08098, USA
Phone: (856) 769-2055
';var m_20d5463777a53fef5cccbbd096855e3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pennsville National Bank',});m_20d5463777a53fef5cccbbd096855e3e['infowindow'] = new google.maps.InfoWindow({content: $l20d5463777a53fef5cccbbd096855e3e});var infowindow = new google.maps.InfoWindow({content: $l20d5463777a53fef5cccbbd096855e3e});google.maps.event.addListener(m_20d5463777a53fef5cccbbd096855e3e, 'click', function() {infowindow.open(map,m_20d5463777a53fef5cccbbd096855e3e);});$marker.push(m_20d5463777a53fef5cccbbd096855e3e);}});}google.maps.event.addDomListener(window, 'load', initialize);