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.5876,-84.2859)};var g_1416f745cb1b1adfa91646efffef52bf = new google.maps.Geocoder();g_1416f745cb1b1adfa91646efffef52bf.geocode( { 'address': "226 Mini Mall Dr, Berea, KY 40403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berea-KY-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('berea-KY-world-finance-corporation'), mapOptions);}document.getElementById('dd40d5b6').innerHTML += ' | View Map';var $l1416f745cb1b1adfa91646efffef52bf = '

World Finance Corporation

Address: 226 Mini Mall Dr, Berea, KY 40403, USA
Phone: (859) 986-1118
';var m_1416f745cb1b1adfa91646efffef52bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_1416f745cb1b1adfa91646efffef52bf['infowindow'] = new google.maps.InfoWindow({content: $l1416f745cb1b1adfa91646efffef52bf});var infowindow = new google.maps.InfoWindow({content: $l1416f745cb1b1adfa91646efffef52bf});google.maps.event.addListener(m_1416f745cb1b1adfa91646efffef52bf, 'click', function() {infowindow.open(map,m_1416f745cb1b1adfa91646efffef52bf);});$marker.push(m_1416f745cb1b1adfa91646efffef52bf);}});}google.maps.event.addDomListener(window, 'load', initialize);