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.9461,-84.0972)};var g_cc882a3a954d8338606f55db837e5d4a = new google.maps.Geocoder();g_cc882a3a954d8338606f55db837e5d4a.geocode( { 'address': "200 S Kentucky Ave, Corbin, KY 40701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corbin-KY-forcht-group-of-kentucky').style.display = '';map = new google.maps.Map(document.getElementById('corbin-KY-forcht-group-of-kentucky'), mapOptions);}document.getElementById('a6a3a84c').innerHTML += ' | View Map';var $lcc882a3a954d8338606f55db837e5d4a = '

Forcht Group of Kentucky

Address: 200 S Kentucky Ave, Corbin, KY 40701, USA
Phone: (606) 258-2796
';var m_cc882a3a954d8338606f55db837e5d4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Forcht Group of Kentucky',});m_cc882a3a954d8338606f55db837e5d4a['infowindow'] = new google.maps.InfoWindow({content: $lcc882a3a954d8338606f55db837e5d4a});var infowindow = new google.maps.InfoWindow({content: $lcc882a3a954d8338606f55db837e5d4a});google.maps.event.addListener(m_cc882a3a954d8338606f55db837e5d4a, 'click', function() {infowindow.open(map,m_cc882a3a954d8338606f55db837e5d4a);});$marker.push(m_cc882a3a954d8338606f55db837e5d4a);}});}google.maps.event.addDomListener(window, 'load', initialize);