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.12,-78.7346)};var g_af93fe32bd15c7d9a0b49f9ff0b2a3a8 = new google.maps.Geocoder();g_af93fe32bd15c7d9a0b49f9ff0b2a3a8.geocode( { 'address': "904 Beaver Dr, DuBois, PA 15801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dubois-PA-regency-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('dubois-PA-regency-finance-company'), mapOptions);}document.getElementById('46dcad8d').innerHTML += ' | View Map';var $laf93fe32bd15c7d9a0b49f9ff0b2a3a8 = '

Regency Finance Company

Address: 904 Beaver Dr, DuBois, PA 15801, USA
Phone: (814) 371-7350
';var m_af93fe32bd15c7d9a0b49f9ff0b2a3a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regency Finance Company',});m_af93fe32bd15c7d9a0b49f9ff0b2a3a8['infowindow'] = new google.maps.InfoWindow({content: $laf93fe32bd15c7d9a0b49f9ff0b2a3a8});var infowindow = new google.maps.InfoWindow({content: $laf93fe32bd15c7d9a0b49f9ff0b2a3a8});google.maps.event.addListener(m_af93fe32bd15c7d9a0b49f9ff0b2a3a8, 'click', function() {infowindow.open(map,m_af93fe32bd15c7d9a0b49f9ff0b2a3a8);});$marker.push(m_af93fe32bd15c7d9a0b49f9ff0b2a3a8);}});}google.maps.event.addDomListener(window, 'load', initialize);