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(37.1228,-84.08)};var g_21eca1b8f66e8247daca8dd2fecd844c = new google.maps.Geocoder();g_21eca1b8f66e8247daca8dd2fecd844c.geocode( { 'address': "815 S Main St, London, KY 40741, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('london-KY-world-finance').style.display = '';map = new google.maps.Map(document.getElementById('london-KY-world-finance'), mapOptions);}document.getElementById('89765500').innerHTML += ' | View Map';var $l21eca1b8f66e8247daca8dd2fecd844c = '

World Finance

Address: 815 S Main St, London, KY 40741, USA
Phone: (606) 862-6660
';var m_21eca1b8f66e8247daca8dd2fecd844c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance',});m_21eca1b8f66e8247daca8dd2fecd844c['infowindow'] = new google.maps.InfoWindow({content: $l21eca1b8f66e8247daca8dd2fecd844c});var infowindow = new google.maps.InfoWindow({content: $l21eca1b8f66e8247daca8dd2fecd844c});google.maps.event.addListener(m_21eca1b8f66e8247daca8dd2fecd844c, 'click', function() {infowindow.open(map,m_21eca1b8f66e8247daca8dd2fecd844c);});$marker.push(m_21eca1b8f66e8247daca8dd2fecd844c);}});}google.maps.event.addDomListener(window, 'load', initialize);