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.3225,-84.9263)};var g_b87056e03926d354c8c3d6da7acabb85 = new google.maps.Geocoder();g_b87056e03926d354c8c3d6da7acabb85.geocode( { 'address': "611 Wallace Wilkinson Blvd, Liberty, KY 42539, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liberty-KY-monticello-banking-company---liberty').style.display = '';map = new google.maps.Map(document.getElementById('liberty-KY-monticello-banking-company---liberty'), mapOptions);}document.getElementById('61e5b64b').innerHTML += ' | View Map';var $lb87056e03926d354c8c3d6da7acabb85 = '

Monticello Banking Company - Liberty

Address: 611 Wallace Wilkinson Blvd, Liberty, KY 42539, USA
Phone: (606) 787-2046
';var m_b87056e03926d354c8c3d6da7acabb85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Monticello Banking Company - Liberty',});m_b87056e03926d354c8c3d6da7acabb85['infowindow'] = new google.maps.InfoWindow({content: $lb87056e03926d354c8c3d6da7acabb85});var infowindow = new google.maps.InfoWindow({content: $lb87056e03926d354c8c3d6da7acabb85});google.maps.event.addListener(m_b87056e03926d354c8c3d6da7acabb85, 'click', function() {infowindow.open(map,m_b87056e03926d354c8c3d6da7acabb85);});$marker.push(m_b87056e03926d354c8c3d6da7acabb85);}});}google.maps.event.addDomListener(window, 'load', initialize);