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(37.7297,-85.8836)};var g_4195feb81eb69429852324fdfc47b912 = new google.maps.Geocoder();g_4195feb81eb69429852324fdfc47b912.geocode( { 'address': "1609 N Dixie Hwy #112, Elizabethtown, KY 42701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elizabethtown-KY-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('elizabethtown-KY-republic-finance'), mapOptions);}document.getElementById('f019795d').innerHTML += ' | View Map';var $l4195feb81eb69429852324fdfc47b912 = '

Republic Finance

Address: 1609 N Dixie Hwy #112, Elizabethtown, KY 42701, USA
Phone: (270) 234-8000
';var m_4195feb81eb69429852324fdfc47b912 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_4195feb81eb69429852324fdfc47b912['infowindow'] = new google.maps.InfoWindow({content: $l4195feb81eb69429852324fdfc47b912});var infowindow = new google.maps.InfoWindow({content: $l4195feb81eb69429852324fdfc47b912});google.maps.event.addListener(m_4195feb81eb69429852324fdfc47b912, 'click', function() {infowindow.open(map,m_4195feb81eb69429852324fdfc47b912);});$marker.push(m_4195feb81eb69429852324fdfc47b912);}});}google.maps.event.addDomListener(window, 'load', initialize);