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(36.8344,-87.473)};var g_c3bbeda0e648d0869bad35b937c9185d = new google.maps.Geocoder();g_c3bbeda0e648d0869bad35b937c9185d.geocode( { 'address': "4042 Fort Campbell Blvd, Hopkinsville, KY 42240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hopkinsville-KY-regency-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('hopkinsville-KY-regency-finance-company'), mapOptions);}document.getElementById('8613ccc8').innerHTML += ' | View Map';var $lc3bbeda0e648d0869bad35b937c9185d = '

Regency Finance Company

Address: 4042 Fort Campbell Blvd, Hopkinsville, KY 42240, USA
Phone: (270) 887-6500
';var m_c3bbeda0e648d0869bad35b937c9185d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regency Finance Company',});m_c3bbeda0e648d0869bad35b937c9185d['infowindow'] = new google.maps.InfoWindow({content: $lc3bbeda0e648d0869bad35b937c9185d});var infowindow = new google.maps.InfoWindow({content: $lc3bbeda0e648d0869bad35b937c9185d});google.maps.event.addListener(m_c3bbeda0e648d0869bad35b937c9185d, 'click', function() {infowindow.open(map,m_c3bbeda0e648d0869bad35b937c9185d);});$marker.push(m_c3bbeda0e648d0869bad35b937c9185d);}});}google.maps.event.addDomListener(window, 'load', initialize);