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.7234,-84.4705)};var g_aedc21442630abb006b568ef08acf03f = new google.maps.Geocoder();g_aedc21442630abb006b568ef08acf03f.geocode( { 'address': "21 Medical Ln, Whitley City, KY 42653, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whitley-city-KY-world-finance').style.display = '';map = new google.maps.Map(document.getElementById('whitley-city-KY-world-finance'), mapOptions);}document.getElementById('aedf8b63').innerHTML += ' | View Map';var $laedc21442630abb006b568ef08acf03f = '

World Finance

Address: 21 Medical Ln, Whitley City, KY 42653, USA
Phone: (606) 376-4224
';var m_aedc21442630abb006b568ef08acf03f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance',});m_aedc21442630abb006b568ef08acf03f['infowindow'] = new google.maps.InfoWindow({content: $laedc21442630abb006b568ef08acf03f});var infowindow = new google.maps.InfoWindow({content: $laedc21442630abb006b568ef08acf03f});google.maps.event.addListener(m_aedc21442630abb006b568ef08acf03f, 'click', function() {infowindow.open(map,m_aedc21442630abb006b568ef08acf03f);});$marker.push(m_aedc21442630abb006b568ef08acf03f);}});}google.maps.event.addDomListener(window, 'load', initialize);