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.8103,-82.8012)};var g_89b576e118c10fe10ff7064a8093a83d = new google.maps.Geocoder();g_89b576e118c10fe10ff7064a8093a83d.geocode( { 'address': "620 Broadway Street, Paintsville, KY 41240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paintsville-KY-citizens-bank-of-kentucky').style.display = '';map = new google.maps.Map(document.getElementById('paintsville-KY-citizens-bank-of-kentucky'), mapOptions);}document.getElementById('52cd0498').innerHTML += ' | View Map';var $l89b576e118c10fe10ff7064a8093a83d = '

Citizens Bank Of Kentucky

Address: 620 Broadway Street, Paintsville, KY 41240, USA
Phone: (606) 789-4001
';var m_89b576e118c10fe10ff7064a8093a83d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Of Kentucky',});m_89b576e118c10fe10ff7064a8093a83d['infowindow'] = new google.maps.InfoWindow({content: $l89b576e118c10fe10ff7064a8093a83d});var infowindow = new google.maps.InfoWindow({content: $l89b576e118c10fe10ff7064a8093a83d});google.maps.event.addListener(m_89b576e118c10fe10ff7064a8093a83d, 'click', function() {infowindow.open(map,m_89b576e118c10fe10ff7064a8093a83d);});$marker.push(m_89b576e118c10fe10ff7064a8093a83d);}});}google.maps.event.addDomListener(window, 'load', initialize);