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.9276,-84.1059)};var g_e9356c402558dcf285db53208880d47e = new google.maps.Geocoder();g_e9356c402558dcf285db53208880d47e.geocode( { 'address': "1810 Elliot Lane, Corbin, KY 40701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corbin-KY-bacon-creek-gun--loan-llc').style.display = '';map = new google.maps.Map(document.getElementById('corbin-KY-bacon-creek-gun--loan-llc'), mapOptions);}document.getElementById('a68cc152').innerHTML += ' | View Map';var $le9356c402558dcf285db53208880d47e = '

Bacon Creek Gun & Loan, LLC

Address: 1810 Elliot Lane, Corbin, KY 40701, USA
Phone: (606) 261-7015
';var m_e9356c402558dcf285db53208880d47e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bacon Creek Gun & Loan, LLC',});m_e9356c402558dcf285db53208880d47e['infowindow'] = new google.maps.InfoWindow({content: $le9356c402558dcf285db53208880d47e});var infowindow = new google.maps.InfoWindow({content: $le9356c402558dcf285db53208880d47e});google.maps.event.addListener(m_e9356c402558dcf285db53208880d47e, 'click', function() {infowindow.open(map,m_e9356c402558dcf285db53208880d47e);});$marker.push(m_e9356c402558dcf285db53208880d47e);}});}google.maps.event.addDomListener(window, 'load', initialize);