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.3676,-84.4372)};var g_5e3873608c09c533cf44270bae01c6fe = new google.maps.Geocoder();g_5e3873608c09c533cf44270bae01c6fe.geocode( { 'address': "53 S Main St, Brodhead, KY 40409"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brodhead-KY-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('brodhead-KY-citizens-bank'), mapOptions);}document.getElementById('e4a6b8b6').innerHTML += ' | View Map';var $l5e3873608c09c533cf44270bae01c6fe = '

Citizens Bank

Address: 53 S Main St, Brodhead, KY 40409
Phone: (606) 758-8212
';var m_5e3873608c09c533cf44270bae01c6fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_5e3873608c09c533cf44270bae01c6fe['infowindow'] = new google.maps.InfoWindow({content: $l5e3873608c09c533cf44270bae01c6fe});var infowindow = new google.maps.InfoWindow({content: $l5e3873608c09c533cf44270bae01c6fe});google.maps.event.addListener(m_5e3873608c09c533cf44270bae01c6fe, 'click', function() {infowindow.open(map,m_5e3873608c09c533cf44270bae01c6fe);});$marker.push(m_5e3873608c09c533cf44270bae01c6fe);}});}google.maps.event.addDomListener(window, 'load', initialize);