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.0079,-80.3805)};var g_61d15cb8ae765ca80ee529777e853b49 = new google.maps.Geocoder();g_61d15cb8ae765ca80ee529777e853b49.geocode( { 'address': "2052 W State St, New Castle, PA 16101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-castle-PA-regency-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('new-castle-PA-regency-finance-company'), mapOptions);}document.getElementById('004138fe').innerHTML += ' | View Map';var $l61d15cb8ae765ca80ee529777e853b49 = '

Regency Finance Company

Address: 2052 W State St, New Castle, PA 16101, USA
Phone: (724) 658-9054
';var m_61d15cb8ae765ca80ee529777e853b49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regency Finance Company',});m_61d15cb8ae765ca80ee529777e853b49['infowindow'] = new google.maps.InfoWindow({content: $l61d15cb8ae765ca80ee529777e853b49});var infowindow = new google.maps.InfoWindow({content: $l61d15cb8ae765ca80ee529777e853b49});google.maps.event.addListener(m_61d15cb8ae765ca80ee529777e853b49, 'click', function() {infowindow.open(map,m_61d15cb8ae765ca80ee529777e853b49);});$marker.push(m_61d15cb8ae765ca80ee529777e853b49);}});}google.maps.event.addDomListener(window, 'load', initialize);