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.7289,-84.0671)};var g_a67cb040b69828940b27dd4e83891ebb = new google.maps.Geocoder();g_a67cb040b69828940b27dd4e83891ebb.geocode( { 'address': "2100 Harding Hwy, Lima, OH 45804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lima-OH-regency-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('lima-OH-regency-finance-company'), mapOptions);}document.getElementById('1adc65c2').innerHTML += ' | View Map';var $la67cb040b69828940b27dd4e83891ebb = '

Regency Finance Company

Address: 2100 Harding Hwy, Lima, OH 45804, USA
Phone: (419) 516-0248
';var m_a67cb040b69828940b27dd4e83891ebb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regency Finance Company',});m_a67cb040b69828940b27dd4e83891ebb['infowindow'] = new google.maps.InfoWindow({content: $la67cb040b69828940b27dd4e83891ebb});var infowindow = new google.maps.InfoWindow({content: $la67cb040b69828940b27dd4e83891ebb});google.maps.event.addListener(m_a67cb040b69828940b27dd4e83891ebb, 'click', function() {infowindow.open(map,m_a67cb040b69828940b27dd4e83891ebb);});$marker.push(m_a67cb040b69828940b27dd4e83891ebb);}});}google.maps.event.addDomListener(window, 'load', initialize);