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.9144,-75.3463)};var g_dcac7b2ca151fdf5a6b3be8b91e481a4 = new google.maps.Geocoder();g_dcac7b2ca151fdf5a6b3be8b91e481a4.geocode( { 'address': "1134 Baltimore Pike, Springfield, PA 19064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-PA-sun-east-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('springfield-PA-sun-east-federal-credit-union'), mapOptions);}document.getElementById('caef58e0').innerHTML += ' | View Map';var $ldcac7b2ca151fdf5a6b3be8b91e481a4 = '

Sun East Federal Credit Union

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