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.8401,-75.4418)};var g_a5bc8f944090f4ef5891686760b28781 = new google.maps.Geocoder();g_a5bc8f944090f4ef5891686760b28781.geocode( { 'address': "3601 Chichester Ave #104, Boothwyn, PA 19061, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boothwyn-PA-sun-east-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('boothwyn-PA-sun-east-federal-credit-union'), mapOptions);}document.getElementById('d8312422').innerHTML += ' | View Map';var $la5bc8f944090f4ef5891686760b28781 = '

Sun East Federal Credit Union

Address: 3601 Chichester Ave #104, Boothwyn, PA 19061, USA
Phone: (610) 485-2960
';var m_a5bc8f944090f4ef5891686760b28781 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun East Federal Credit Union',});m_a5bc8f944090f4ef5891686760b28781['infowindow'] = new google.maps.InfoWindow({content: $la5bc8f944090f4ef5891686760b28781});var infowindow = new google.maps.InfoWindow({content: $la5bc8f944090f4ef5891686760b28781});google.maps.event.addListener(m_a5bc8f944090f4ef5891686760b28781, 'click', function() {infowindow.open(map,m_a5bc8f944090f4ef5891686760b28781);});$marker.push(m_a5bc8f944090f4ef5891686760b28781);}});}google.maps.event.addDomListener(window, 'load', initialize);