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.2564,-76.8661)};var g_aba5417fd6b95fd6435bfd1a033c37bf = new google.maps.Geocoder();g_aba5417fd6b95fd6435bfd1a033c37bf.geocode( { 'address': "698 S 13th St, Harrisburg, PA 17104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisburg-PA-credit-connections-inc').style.display = '';map = new google.maps.Map(document.getElementById('harrisburg-PA-credit-connections-inc'), mapOptions);}document.getElementById('ba09d868').innerHTML += ' | View Map';var $laba5417fd6b95fd6435bfd1a033c37bf = '

Credit Connections Inc

Address: 698 S 13th St, Harrisburg, PA 17104, USA
Phone: (717) 260-0088
';var m_aba5417fd6b95fd6435bfd1a033c37bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Connections Inc',});m_aba5417fd6b95fd6435bfd1a033c37bf['infowindow'] = new google.maps.InfoWindow({content: $laba5417fd6b95fd6435bfd1a033c37bf});var infowindow = new google.maps.InfoWindow({content: $laba5417fd6b95fd6435bfd1a033c37bf});google.maps.event.addListener(m_aba5417fd6b95fd6435bfd1a033c37bf, 'click', function() {infowindow.open(map,m_aba5417fd6b95fd6435bfd1a033c37bf);});$marker.push(m_aba5417fd6b95fd6435bfd1a033c37bf);}});}google.maps.event.addDomListener(window, 'load', initialize);