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.2533,-76.8632)};var g_aa7e52b8ccfabfc7dd510fff6ed3c9fc = new google.maps.Geocoder();g_aa7e52b8ccfabfc7dd510fff6ed3c9fc.geocode( { 'address': "916 S 14th St, Harrisburg, PA 17104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisburg-PA-penn-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('harrisburg-PA-penn-credit-corporation'), mapOptions);}document.getElementById('42541d0e').innerHTML += ' | View Map';var $laa7e52b8ccfabfc7dd510fff6ed3c9fc = '

Penn Credit Corporation

Address: 916 S 14th St, Harrisburg, PA 17104, USA
Phone: (717) 238-7124
';var m_aa7e52b8ccfabfc7dd510fff6ed3c9fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Penn Credit Corporation',});m_aa7e52b8ccfabfc7dd510fff6ed3c9fc['infowindow'] = new google.maps.InfoWindow({content: $laa7e52b8ccfabfc7dd510fff6ed3c9fc});var infowindow = new google.maps.InfoWindow({content: $laa7e52b8ccfabfc7dd510fff6ed3c9fc});google.maps.event.addListener(m_aa7e52b8ccfabfc7dd510fff6ed3c9fc, 'click', function() {infowindow.open(map,m_aa7e52b8ccfabfc7dd510fff6ed3c9fc);});$marker.push(m_aa7e52b8ccfabfc7dd510fff6ed3c9fc);}});}google.maps.event.addDomListener(window, 'load', initialize);