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.4948,-75.5885)};var g_1b1424afc0f37dad2a92efd2f6994875 = new google.maps.Geocoder();g_1b1424afc0f37dad2a92efd2f6994875.geocode( { 'address': "228 Scranton Carbondale Hwy, Archbald, PA 18403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('archbald-PA-regency-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('archbald-PA-regency-finance-company'), mapOptions);}document.getElementById('9865fd9f').innerHTML += ' | View Map';var $l1b1424afc0f37dad2a92efd2f6994875 = '

Regency Finance Company

Address: 228 Scranton Carbondale Hwy, Archbald, PA 18403, USA
Phone: (570) 876-5800
';var m_1b1424afc0f37dad2a92efd2f6994875 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regency Finance Company',});m_1b1424afc0f37dad2a92efd2f6994875['infowindow'] = new google.maps.InfoWindow({content: $l1b1424afc0f37dad2a92efd2f6994875});var infowindow = new google.maps.InfoWindow({content: $l1b1424afc0f37dad2a92efd2f6994875});google.maps.event.addListener(m_1b1424afc0f37dad2a92efd2f6994875, 'click', function() {infowindow.open(map,m_1b1424afc0f37dad2a92efd2f6994875);});$marker.push(m_1b1424afc0f37dad2a92efd2f6994875);}});}google.maps.event.addDomListener(window, 'load', initialize);