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.5948,-77.5586)};var g_c5cef56cdde989e75f7f33c66115398b = new google.maps.Geocoder();g_c5cef56cdde989e75f7f33c66115398b.geocode( { 'address': "926 US-22, Lewistown, PA 17044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewistown-PA-ancora-debt-solutions-llc').style.display = '';map = new google.maps.Map(document.getElementById('lewistown-PA-ancora-debt-solutions-llc'), mapOptions);}document.getElementById('b07e3f66').innerHTML += ' | View Map';var $lc5cef56cdde989e75f7f33c66115398b = '

Ancora Debt Solutions LLC

Address: 926 US-22, Lewistown, PA 17044, USA
Phone: (717) 242-3729
';var m_c5cef56cdde989e75f7f33c66115398b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ancora Debt Solutions LLC',});m_c5cef56cdde989e75f7f33c66115398b['infowindow'] = new google.maps.InfoWindow({content: $lc5cef56cdde989e75f7f33c66115398b});var infowindow = new google.maps.InfoWindow({content: $lc5cef56cdde989e75f7f33c66115398b});google.maps.event.addListener(m_c5cef56cdde989e75f7f33c66115398b, 'click', function() {infowindow.open(map,m_c5cef56cdde989e75f7f33c66115398b);});$marker.push(m_c5cef56cdde989e75f7f33c66115398b);}});}google.maps.event.addDomListener(window, 'load', initialize);