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.8059,-85.4093)};var g_1ecbe143f2fc31eac5a883081e021cdb = new google.maps.Geocoder();g_1ecbe143f2fc31eac5a883081e021cdb.geocode( { 'address': "209 Keen St, Burkesville, KY 42717"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burkesville-KY-citizens-bank-of-cumberland-county').style.display = '';map = new google.maps.Map(document.getElementById('burkesville-KY-citizens-bank-of-cumberland-county'), mapOptions);}document.getElementById('abca94d5').innerHTML += ' | View Map';var $l1ecbe143f2fc31eac5a883081e021cdb = '

Citizens Bank of Cumberland County

Address: 209 Keen St, Burkesville, KY 42717
Phone: (270) 864-2323
';var m_1ecbe143f2fc31eac5a883081e021cdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank of Cumberland County',});m_1ecbe143f2fc31eac5a883081e021cdb['infowindow'] = new google.maps.InfoWindow({content: $l1ecbe143f2fc31eac5a883081e021cdb});var infowindow = new google.maps.InfoWindow({content: $l1ecbe143f2fc31eac5a883081e021cdb});google.maps.event.addListener(m_1ecbe143f2fc31eac5a883081e021cdb, 'click', function() {infowindow.open(map,m_1ecbe143f2fc31eac5a883081e021cdb);});$marker.push(m_1ecbe143f2fc31eac5a883081e021cdb);}});}google.maps.event.addDomListener(window, 'load', initialize);