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.8862,-75.5277)};var g_e854a9943e3cb196a19532854feb684e = new google.maps.Geocoder();g_e854a9943e3cb196a19532854feb684e.geocode( { 'address': "831 Baltimore Pike, Glen Mills, PA 19342, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-mills-PA-sun-east-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('glen-mills-PA-sun-east-federal-credit-union'), mapOptions);}document.getElementById('b3a7a29d').innerHTML += ' | View Map';var $le854a9943e3cb196a19532854feb684e = '

Sun East Federal Credit Union

Address: 831 Baltimore Pike, Glen Mills, PA 19342, USA
Phone: (610) 485-2960
';var m_e854a9943e3cb196a19532854feb684e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun East Federal Credit Union',});m_e854a9943e3cb196a19532854feb684e['infowindow'] = new google.maps.InfoWindow({content: $le854a9943e3cb196a19532854feb684e});var infowindow = new google.maps.InfoWindow({content: $le854a9943e3cb196a19532854feb684e});google.maps.event.addListener(m_e854a9943e3cb196a19532854feb684e, 'click', function() {infowindow.open(map,m_e854a9943e3cb196a19532854feb684e);});$marker.push(m_e854a9943e3cb196a19532854feb684e);}});}google.maps.event.addDomListener(window, 'load', initialize);