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.9329,-84.0921)};var g_0722510dd39203d6bf4da9a80e2b4571 = new google.maps.Geocoder();g_0722510dd39203d6bf4da9a80e2b4571.geocode( { 'address': "1805 S Main St #1, Corbin, KY 40701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corbin-KY-a-loans-llc').style.display = '';map = new google.maps.Map(document.getElementById('corbin-KY-a-loans-llc'), mapOptions);}document.getElementById('b823708f').innerHTML += ' | View Map';var $l0722510dd39203d6bf4da9a80e2b4571 = '

A+ Loans LLC

Address: 1805 S Main St #1, Corbin, KY 40701, USA
Phone: (606) 215-3486
';var m_0722510dd39203d6bf4da9a80e2b4571 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A+ Loans LLC',});m_0722510dd39203d6bf4da9a80e2b4571['infowindow'] = new google.maps.InfoWindow({content: $l0722510dd39203d6bf4da9a80e2b4571});var infowindow = new google.maps.InfoWindow({content: $l0722510dd39203d6bf4da9a80e2b4571});google.maps.event.addListener(m_0722510dd39203d6bf4da9a80e2b4571, 'click', function() {infowindow.open(map,m_0722510dd39203d6bf4da9a80e2b4571);});$marker.push(m_0722510dd39203d6bf4da9a80e2b4571);}});}google.maps.event.addDomListener(window, 'load', initialize);