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.1357,-83.7619)};var g_8d74ddd439fe4b94830da1d235201f0f = new google.maps.Geocoder();g_8d74ddd439fe4b94830da1d235201f0f.geocode( { 'address': "1644 South Highway 421, Manchester, KY 40962, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-KY-central-financial-services-of-ky-inc').style.display = '';map = new google.maps.Map(document.getElementById('manchester-KY-central-financial-services-of-ky-inc'), mapOptions);}document.getElementById('2ae07ec4').innerHTML += ' | View Map';var $l8d74ddd439fe4b94830da1d235201f0f = '

Central Financial Services of Ky, Inc.

Address: 1644 South Highway 421, Manchester, KY 40962, USA
Phone: (606) 599-9773
';var m_8d74ddd439fe4b94830da1d235201f0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Financial Services of Ky, Inc.',});m_8d74ddd439fe4b94830da1d235201f0f['infowindow'] = new google.maps.InfoWindow({content: $l8d74ddd439fe4b94830da1d235201f0f});var infowindow = new google.maps.InfoWindow({content: $l8d74ddd439fe4b94830da1d235201f0f});google.maps.event.addListener(m_8d74ddd439fe4b94830da1d235201f0f, 'click', function() {infowindow.open(map,m_8d74ddd439fe4b94830da1d235201f0f);});$marker.push(m_8d74ddd439fe4b94830da1d235201f0f);}});}google.maps.event.addDomListener(window, 'load', initialize);