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.3324,-76.7492)};var g_e585c2ea8a6ff12e60c1c3e07d024079 = new google.maps.Geocoder();g_e585c2ea8a6ff12e60c1c3e07d024079.geocode( { 'address': "7187 Jonestown Rd, Harrisburg, PA 17112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisburg-PA-local-520-ua-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('harrisburg-PA-local-520-ua-federal-cu'), mapOptions);}document.getElementById('fe7d305e').innerHTML += ' | View Map';var $le585c2ea8a6ff12e60c1c3e07d024079 = '

Local 520 UA Federal Cu

Address: 7187 Jonestown Rd, Harrisburg, PA 17112, USA
Phone: (717) 545-9329
';var m_e585c2ea8a6ff12e60c1c3e07d024079 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Local 520 UA Federal Cu',});m_e585c2ea8a6ff12e60c1c3e07d024079['infowindow'] = new google.maps.InfoWindow({content: $le585c2ea8a6ff12e60c1c3e07d024079});var infowindow = new google.maps.InfoWindow({content: $le585c2ea8a6ff12e60c1c3e07d024079});google.maps.event.addListener(m_e585c2ea8a6ff12e60c1c3e07d024079, 'click', function() {infowindow.open(map,m_e585c2ea8a6ff12e60c1c3e07d024079);});$marker.push(m_e585c2ea8a6ff12e60c1c3e07d024079);}});}google.maps.event.addDomListener(window, 'load', initialize);