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.8577,-75.4264)};var g_fdf1a23bdec7d08a5895e81b9d578366 = new google.maps.Geocoder();g_fdf1a23bdec7d08a5895e81b9d578366.geocode( { 'address': "4500 Pennell Rd, Aston, PA 19014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aston-PA-sun-east-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('aston-PA-sun-east-federal-credit-union'), mapOptions);}document.getElementById('95dabdb0').innerHTML += ' | View Map';var $lfdf1a23bdec7d08a5895e81b9d578366 = '

Sun East Federal Credit Union

Address: 4500 Pennell Rd, Aston, PA 19014, USA
Phone: (610) 485-2960
';var m_fdf1a23bdec7d08a5895e81b9d578366 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun East Federal Credit Union',});m_fdf1a23bdec7d08a5895e81b9d578366['infowindow'] = new google.maps.InfoWindow({content: $lfdf1a23bdec7d08a5895e81b9d578366});var infowindow = new google.maps.InfoWindow({content: $lfdf1a23bdec7d08a5895e81b9d578366});google.maps.event.addListener(m_fdf1a23bdec7d08a5895e81b9d578366, 'click', function() {infowindow.open(map,m_fdf1a23bdec7d08a5895e81b9d578366);});$marker.push(m_fdf1a23bdec7d08a5895e81b9d578366);}});}google.maps.event.addDomListener(window, 'load', initialize);