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.956,-75.2734)};var g_646f3bd629f22dc624309288329a22df = new google.maps.Geocoder();g_646f3bd629f22dc624309288329a22df.geocode( { 'address': "1410 Bywood Ave, Upper Darby, PA 19082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('upper-darby-PA-upper-darby-bell-tel-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('upper-darby-PA-upper-darby-bell-tel-fed-cu'), mapOptions);}document.getElementById('466b2200').innerHTML += ' | View Map';var $l646f3bd629f22dc624309288329a22df = '

Upper Darby Bell Tel Fed CU

Address: 1410 Bywood Ave, Upper Darby, PA 19082, USA
Phone: (610) 734-1883
';var m_646f3bd629f22dc624309288329a22df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Upper Darby Bell Tel Fed CU',});m_646f3bd629f22dc624309288329a22df['infowindow'] = new google.maps.InfoWindow({content: $l646f3bd629f22dc624309288329a22df});var infowindow = new google.maps.InfoWindow({content: $l646f3bd629f22dc624309288329a22df});google.maps.event.addListener(m_646f3bd629f22dc624309288329a22df, 'click', function() {infowindow.open(map,m_646f3bd629f22dc624309288329a22df);});$marker.push(m_646f3bd629f22dc624309288329a22df);}});}google.maps.event.addDomListener(window, 'load', initialize);