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.7527,-83.0687)};var g_4c4c8cf9f427b0e387376d231c999c8d = new google.maps.Geocoder();g_4c4c8cf9f427b0e387376d231c999c8d.geocode( { 'address': "120 Amanda Ave., Suite 400, Salyersville, KY 41465, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salyersville-KY-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('salyersville-KY-world-finance-corporation'), mapOptions);}document.getElementById('0af0dab8').innerHTML += ' | View Map';var $l4c4c8cf9f427b0e387376d231c999c8d = '

World Finance Corporation

Address: 120 Amanda Ave., Suite 400, Salyersville, KY 41465, USA
Phone: (606) 349-4111
';var m_4c4c8cf9f427b0e387376d231c999c8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_4c4c8cf9f427b0e387376d231c999c8d['infowindow'] = new google.maps.InfoWindow({content: $l4c4c8cf9f427b0e387376d231c999c8d});var infowindow = new google.maps.InfoWindow({content: $l4c4c8cf9f427b0e387376d231c999c8d});google.maps.event.addListener(m_4c4c8cf9f427b0e387376d231c999c8d, 'click', function() {infowindow.open(map,m_4c4c8cf9f427b0e387376d231c999c8d);});$marker.push(m_4c4c8cf9f427b0e387376d231c999c8d);}});}google.maps.event.addDomListener(window, 'load', initialize);