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(41.4164,-75.6537)};var g_d227309c6d46920e9bff16ba334e3487 = new google.maps.Geocoder();g_d227309c6d46920e9bff16ba334e3487.geocode( { 'address': "948 N Washington Ave, Scranton, PA 18509, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scranton-PA-one-stop-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('scranton-PA-one-stop-auto-credit'), mapOptions);}document.getElementById('ce9cbdc1').innerHTML += ' | View Map';var $ld227309c6d46920e9bff16ba334e3487 = '

One Stop Auto Credit

Address: 948 N Washington Ave, Scranton, PA 18509, USA
Phone: (570) 343-8117
';var m_d227309c6d46920e9bff16ba334e3487 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'One Stop Auto Credit',});m_d227309c6d46920e9bff16ba334e3487['infowindow'] = new google.maps.InfoWindow({content: $ld227309c6d46920e9bff16ba334e3487});var infowindow = new google.maps.InfoWindow({content: $ld227309c6d46920e9bff16ba334e3487});google.maps.event.addListener(m_d227309c6d46920e9bff16ba334e3487, 'click', function() {infowindow.open(map,m_d227309c6d46920e9bff16ba334e3487);});$marker.push(m_d227309c6d46920e9bff16ba334e3487);}});}google.maps.event.addDomListener(window, 'load', initialize);