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.8473,-74.7338)};var g_38f8ff5a41c5ddaaaa65deb16c23b114 = new google.maps.Geocoder();g_38f8ff5a41c5ddaaaa65deb16c23b114.geocode( { 'address': "1484 US-206, Tabernacle, NJ 08088, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tabernacle-NJ-beneficial-bank').style.display = '';map = new google.maps.Map(document.getElementById('tabernacle-NJ-beneficial-bank'), mapOptions);}document.getElementById('53fd8935').innerHTML += ' | View Map';var $l38f8ff5a41c5ddaaaa65deb16c23b114 = '

Beneficial Bank

Address: 1484 US-206, Tabernacle, NJ 08088, USA
Phone: (609) 268-5993
';var m_38f8ff5a41c5ddaaaa65deb16c23b114 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beneficial Bank',});m_38f8ff5a41c5ddaaaa65deb16c23b114['infowindow'] = new google.maps.InfoWindow({content: $l38f8ff5a41c5ddaaaa65deb16c23b114});var infowindow = new google.maps.InfoWindow({content: $l38f8ff5a41c5ddaaaa65deb16c23b114});google.maps.event.addListener(m_38f8ff5a41c5ddaaaa65deb16c23b114, 'click', function() {infowindow.open(map,m_38f8ff5a41c5ddaaaa65deb16c23b114);});$marker.push(m_38f8ff5a41c5ddaaaa65deb16c23b114);}});}google.maps.event.addDomListener(window, 'load', initialize);