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.2549,-76.8454)};var g_09df70190a10cdd8246f5cc2c5b1f09c = new google.maps.Geocoder();g_09df70190a10cdd8246f5cc2c5b1f09c.geocode( { 'address': "2491 Paxton St, Harrisburg, PA 17111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisburg-PA-national-recovery-agency').style.display = '';map = new google.maps.Map(document.getElementById('harrisburg-PA-national-recovery-agency'), mapOptions);}document.getElementById('3f35fe90').innerHTML += ' | View Map';var $l09df70190a10cdd8246f5cc2c5b1f09c = '

National Recovery Agency

Address: 2491 Paxton St, Harrisburg, PA 17111, USA
Phone: (717) 540-7636
';var m_09df70190a10cdd8246f5cc2c5b1f09c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Recovery Agency',});m_09df70190a10cdd8246f5cc2c5b1f09c['infowindow'] = new google.maps.InfoWindow({content: $l09df70190a10cdd8246f5cc2c5b1f09c});var infowindow = new google.maps.InfoWindow({content: $l09df70190a10cdd8246f5cc2c5b1f09c});google.maps.event.addListener(m_09df70190a10cdd8246f5cc2c5b1f09c, 'click', function() {infowindow.open(map,m_09df70190a10cdd8246f5cc2c5b1f09c);});$marker.push(m_09df70190a10cdd8246f5cc2c5b1f09c);}});}google.maps.event.addDomListener(window, 'load', initialize);