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.7528,-86.1897)};var g_df70729e5d995e0b0f7c50daf9409761 = new google.maps.Geocoder();g_df70729e5d995e0b0f7c50daf9409761.geocode( { 'address': "120 E Main St, Scottsville, KY 42164, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsville-KY-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('scottsville-KY-world-finance-corporation'), mapOptions);}document.getElementById('82ac96d4').innerHTML += ' | View Map';var $ldf70729e5d995e0b0f7c50daf9409761 = '

World Finance Corporation

Address: 120 E Main St, Scottsville, KY 42164, USA
Phone: (270) 239-3900
';var m_df70729e5d995e0b0f7c50daf9409761 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_df70729e5d995e0b0f7c50daf9409761['infowindow'] = new google.maps.InfoWindow({content: $ldf70729e5d995e0b0f7c50daf9409761});var infowindow = new google.maps.InfoWindow({content: $ldf70729e5d995e0b0f7c50daf9409761});google.maps.event.addListener(m_df70729e5d995e0b0f7c50daf9409761, 'click', function() {infowindow.open(map,m_df70729e5d995e0b0f7c50daf9409761);});$marker.push(m_df70729e5d995e0b0f7c50daf9409761);}});}google.maps.event.addDomListener(window, 'load', initialize);