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.8002,-75.0956)};var g_dfbfaea5bfc93b8704f813791fe5d787 = new google.maps.Geocoder();g_dfbfaea5bfc93b8704f813791fe5d787.geocode( { 'address': "1615 Hurffville Rd, Deptford Township, NJ 08096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deptford-township-NJ-south-jersey-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('deptford-township-NJ-south-jersey-federal-credit-union'), mapOptions);}document.getElementById('918bdfcf').innerHTML += ' | View Map';var $ldfbfaea5bfc93b8704f813791fe5d787 = '

South Jersey Federal Credit Union

Address: 1615 Hurffville Rd, Deptford Township, NJ 08096, USA
Phone: (856) 232-9000
';var m_dfbfaea5bfc93b8704f813791fe5d787 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Jersey Federal Credit Union',});m_dfbfaea5bfc93b8704f813791fe5d787['infowindow'] = new google.maps.InfoWindow({content: $ldfbfaea5bfc93b8704f813791fe5d787});var infowindow = new google.maps.InfoWindow({content: $ldfbfaea5bfc93b8704f813791fe5d787});google.maps.event.addListener(m_dfbfaea5bfc93b8704f813791fe5d787, 'click', function() {infowindow.open(map,m_dfbfaea5bfc93b8704f813791fe5d787);});$marker.push(m_dfbfaea5bfc93b8704f813791fe5d787);}});}google.maps.event.addDomListener(window, 'load', initialize);