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.3899,-74.5227)};var g_621c736ca24f8d82a733852ebc2dd704 = new google.maps.Geocoder();g_621c736ca24f8d82a733852ebc2dd704.geocode( { 'address': "10 E Black Horse Pike, Pleasantville, NJ 08232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pleasantville-NJ-south-jersey-gas-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pleasantville-NJ-south-jersey-gas-employees-federal-credit-union'), mapOptions);}document.getElementById('b61ffb8a').innerHTML += ' | View Map';var $l621c736ca24f8d82a733852ebc2dd704 = '

South Jersey Gas Employees Federal Credit Union

Address: 10 E Black Horse Pike, Pleasantville, NJ 08232, USA
Phone: (609) 561-9000
';var m_621c736ca24f8d82a733852ebc2dd704 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Jersey Gas Employees Federal Credit Union',});m_621c736ca24f8d82a733852ebc2dd704['infowindow'] = new google.maps.InfoWindow({content: $l621c736ca24f8d82a733852ebc2dd704});var infowindow = new google.maps.InfoWindow({content: $l621c736ca24f8d82a733852ebc2dd704});google.maps.event.addListener(m_621c736ca24f8d82a733852ebc2dd704, 'click', function() {infowindow.open(map,m_621c736ca24f8d82a733852ebc2dd704);});$marker.push(m_621c736ca24f8d82a733852ebc2dd704);}});}google.maps.event.addDomListener(window, 'load', initialize);