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.3414,-76.0034)};var g_67c79cfe0cdf87804edbbf0ccf66b7f3 = new google.maps.Geocoder();g_67c79cfe0cdf87804edbbf0ccf66b7f3.geocode( { 'address': "2209 Quarry Dr, Reading, PA 19609, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reading-PA-sun-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('reading-PA-sun-federal-credit-union'), mapOptions);}document.getElementById('3e1e45fc').innerHTML += ' | View Map';var $l67c79cfe0cdf87804edbbf0ccf66b7f3 = '

Sun Federal Credit Union

Address: 2209 Quarry Dr, Reading, PA 19609, USA
Phone: (800) 786-0945
';var m_67c79cfe0cdf87804edbbf0ccf66b7f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sun Federal Credit Union',});m_67c79cfe0cdf87804edbbf0ccf66b7f3['infowindow'] = new google.maps.InfoWindow({content: $l67c79cfe0cdf87804edbbf0ccf66b7f3});var infowindow = new google.maps.InfoWindow({content: $l67c79cfe0cdf87804edbbf0ccf66b7f3});google.maps.event.addListener(m_67c79cfe0cdf87804edbbf0ccf66b7f3, 'click', function() {infowindow.open(map,m_67c79cfe0cdf87804edbbf0ccf66b7f3);});$marker.push(m_67c79cfe0cdf87804edbbf0ccf66b7f3);}});}google.maps.event.addDomListener(window, 'load', initialize);