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(40.3587,-75.9866)};var g_88122a35e0c4631a6d18f4d90fc50c53 = new google.maps.Geocoder();g_88122a35e0c4631a6d18f4d90fc50c53.geocode( { 'address': "2744 Century Blvd, Wyomissing, PA 19610, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wyomissing-PA-discovery-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wyomissing-PA-discovery-federal-credit-union'), mapOptions);}document.getElementById('8ca358c4').innerHTML += ' | View Map';var $l88122a35e0c4631a6d18f4d90fc50c53 = '

Discovery Federal Credit Union

Address: 2744 Century Blvd, Wyomissing, PA 19610, USA
Phone: (610) 372-8010
';var m_88122a35e0c4631a6d18f4d90fc50c53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Discovery Federal Credit Union',});m_88122a35e0c4631a6d18f4d90fc50c53['infowindow'] = new google.maps.InfoWindow({content: $l88122a35e0c4631a6d18f4d90fc50c53});var infowindow = new google.maps.InfoWindow({content: $l88122a35e0c4631a6d18f4d90fc50c53});google.maps.event.addListener(m_88122a35e0c4631a6d18f4d90fc50c53, 'click', function() {infowindow.open(map,m_88122a35e0c4631a6d18f4d90fc50c53);});$marker.push(m_88122a35e0c4631a6d18f4d90fc50c53);}});}google.maps.event.addDomListener(window, 'load', initialize);