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.8421,-83.3237)};var g_5405aea036827e06b997fa9fe022515a = new google.maps.Geocoder();g_5405aea036827e06b997fa9fe022515a.geocode( { 'address': "416 S Main St, Harlan, KY 40831, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harlan-KY-macks-credit').style.display = '';map = new google.maps.Map(document.getElementById('harlan-KY-macks-credit'), mapOptions);}document.getElementById('9e3a1d06').innerHTML += ' | View Map';var $l5405aea036827e06b997fa9fe022515a = '

Mack's Credit

Address: 416 S Main St, Harlan, KY 40831, USA
Phone: (606) 573-9694
';var m_5405aea036827e06b997fa9fe022515a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mack's Credit',});m_5405aea036827e06b997fa9fe022515a['infowindow'] = new google.maps.InfoWindow({content: $l5405aea036827e06b997fa9fe022515a});var infowindow = new google.maps.InfoWindow({content: $l5405aea036827e06b997fa9fe022515a});google.maps.event.addListener(m_5405aea036827e06b997fa9fe022515a, 'click', function() {infowindow.open(map,m_5405aea036827e06b997fa9fe022515a);});$marker.push(m_5405aea036827e06b997fa9fe022515a);}});}google.maps.event.addDomListener(window, 'load', initialize);