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.8335,-83.3256)};var g_dfb5185fcebd36be73800d8c7549b49f = new google.maps.Geocoder();g_dfb5185fcebd36be73800d8c7549b49f.geocode( { 'address': "1848 S. US Hwy 421, Harlan, KY 40831, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harlan-KY-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('harlan-KY-world-finance-corporation'), mapOptions);}document.getElementById('ad0cdb23').innerHTML += ' | View Map';var $ldfb5185fcebd36be73800d8c7549b49f = '

World Finance Corporation

Address: 1848 S. US Hwy 421, Harlan, KY 40831, USA
Phone: (606) 573-1181
';var m_dfb5185fcebd36be73800d8c7549b49f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_dfb5185fcebd36be73800d8c7549b49f['infowindow'] = new google.maps.InfoWindow({content: $ldfb5185fcebd36be73800d8c7549b49f});var infowindow = new google.maps.InfoWindow({content: $ldfb5185fcebd36be73800d8c7549b49f});google.maps.event.addListener(m_dfb5185fcebd36be73800d8c7549b49f, 'click', function() {infowindow.open(map,m_dfb5185fcebd36be73800d8c7549b49f);});$marker.push(m_dfb5185fcebd36be73800d8c7549b49f);}});}google.maps.event.addDomListener(window, 'load', initialize);