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.572,-84.3045)};var g_2a2298f4f0e27dffe3429c692b6a79ac = new google.maps.Geocoder();g_2a2298f4f0e27dffe3429c692b6a79ac.geocode( { 'address': "319 Oak St, Berea, KY 40403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berea-KY-fahe').style.display = '';map = new google.maps.Map(document.getElementById('berea-KY-fahe'), mapOptions);}document.getElementById('2aa356c8').innerHTML += ' | View Map';var $l2a2298f4f0e27dffe3429c692b6a79ac = '

Fahe

Address: 319 Oak St, Berea, KY 40403, USA
Phone: (859) 986-2321
';var m_2a2298f4f0e27dffe3429c692b6a79ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fahe',});m_2a2298f4f0e27dffe3429c692b6a79ac['infowindow'] = new google.maps.InfoWindow({content: $l2a2298f4f0e27dffe3429c692b6a79ac});var infowindow = new google.maps.InfoWindow({content: $l2a2298f4f0e27dffe3429c692b6a79ac});google.maps.event.addListener(m_2a2298f4f0e27dffe3429c692b6a79ac, 'click', function() {infowindow.open(map,m_2a2298f4f0e27dffe3429c692b6a79ac);});$marker.push(m_2a2298f4f0e27dffe3429c692b6a79ac);}});}google.maps.event.addDomListener(window, 'load', initialize);