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.7049,-75.1134)};var g_b8ec33ccf95c84c4781b3f28e5454aef = new google.maps.Geocoder();g_b8ec33ccf95c84c4781b3f28e5454aef.geocode( { 'address': "202 Rowan Blvd, Glassboro, NJ 08028, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glassboro-NJ-south-jersey-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('glassboro-NJ-south-jersey-federal-credit-union'), mapOptions);}document.getElementById('739fb536').innerHTML += ' | View Map';var $lb8ec33ccf95c84c4781b3f28e5454aef = '

South Jersey Federal Credit Union

Address: 202 Rowan Blvd, Glassboro, NJ 08028, USA
Phone: (800) 582-7640
';var m_b8ec33ccf95c84c4781b3f28e5454aef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Jersey Federal Credit Union',});m_b8ec33ccf95c84c4781b3f28e5454aef['infowindow'] = new google.maps.InfoWindow({content: $lb8ec33ccf95c84c4781b3f28e5454aef});var infowindow = new google.maps.InfoWindow({content: $lb8ec33ccf95c84c4781b3f28e5454aef});google.maps.event.addListener(m_b8ec33ccf95c84c4781b3f28e5454aef, 'click', function() {infowindow.open(map,m_b8ec33ccf95c84c4781b3f28e5454aef);});$marker.push(m_b8ec33ccf95c84c4781b3f28e5454aef);}});}google.maps.event.addDomListener(window, 'load', initialize);