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.9448,-76.8809)};var g_f1e672971ae3d700e18f73169155af95 = new google.maps.Geocoder();g_f1e672971ae3d700e18f73169155af95.geocode( { 'address': "Lewisburg, PA 17837, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewisburg-PA-regency-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('lewisburg-PA-regency-finance-co'), mapOptions);}document.getElementById('a5f138d1').innerHTML += ' | View Map';var $lf1e672971ae3d700e18f73169155af95 = '

Regency Finance Co

Address: Lewisburg, PA 17837, USA
Phone: (570) 524-2246
';var m_f1e672971ae3d700e18f73169155af95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regency Finance Co',});m_f1e672971ae3d700e18f73169155af95['infowindow'] = new google.maps.InfoWindow({content: $lf1e672971ae3d700e18f73169155af95});var infowindow = new google.maps.InfoWindow({content: $lf1e672971ae3d700e18f73169155af95});google.maps.event.addListener(m_f1e672971ae3d700e18f73169155af95, 'click', function() {infowindow.open(map,m_f1e672971ae3d700e18f73169155af95);});$marker.push(m_f1e672971ae3d700e18f73169155af95);}});}google.maps.event.addDomListener(window, 'load', initialize);