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.667,-88.9926)};var g_fd4ac6747234d215f51fc0175ce21a83 = new google.maps.Geocoder();g_fd4ac6747234d215f51fc0175ce21a83.geocode( { 'address': "220 E Clay St, Clinton, KY 42031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-KY-clinton-bank').style.display = '';map = new google.maps.Map(document.getElementById('clinton-KY-clinton-bank'), mapOptions);}document.getElementById('c06209ab').innerHTML += ' | View Map';var $lfd4ac6747234d215f51fc0175ce21a83 = '

Clinton Bank

Address: 220 E Clay St, Clinton, KY 42031, USA
Phone: (270) 653-4001
';var m_fd4ac6747234d215f51fc0175ce21a83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clinton Bank',});m_fd4ac6747234d215f51fc0175ce21a83['infowindow'] = new google.maps.InfoWindow({content: $lfd4ac6747234d215f51fc0175ce21a83});var infowindow = new google.maps.InfoWindow({content: $lfd4ac6747234d215f51fc0175ce21a83});google.maps.event.addListener(m_fd4ac6747234d215f51fc0175ce21a83, 'click', function() {infowindow.open(map,m_fd4ac6747234d215f51fc0175ce21a83);});$marker.push(m_fd4ac6747234d215f51fc0175ce21a83);}});}google.maps.event.addDomListener(window, 'load', initialize);