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(38.1419,-84.108)};var g_d2355b49a705dfe566550879b6a9754e = new google.maps.Geocoder();g_d2355b49a705dfe566550879b6a9754e.geocode( { 'address': "160 Mt Sterling Rd, Paris, KY 40361, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-KY-kentucky-bank---offsite-atm').style.display = '';map = new google.maps.Map(document.getElementById('paris-KY-kentucky-bank---offsite-atm'), mapOptions);}document.getElementById('35566e05').innerHTML += ' | View Map';var $ld2355b49a705dfe566550879b6a9754e = '

Kentucky Bank - offsite ATM

Address: 160 Mt Sterling Rd, Paris, KY 40361, USA
Phone: (859) 362-4167
';var m_d2355b49a705dfe566550879b6a9754e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kentucky Bank - offsite ATM',});m_d2355b49a705dfe566550879b6a9754e['infowindow'] = new google.maps.InfoWindow({content: $ld2355b49a705dfe566550879b6a9754e});var infowindow = new google.maps.InfoWindow({content: $ld2355b49a705dfe566550879b6a9754e});google.maps.event.addListener(m_d2355b49a705dfe566550879b6a9754e, 'click', function() {infowindow.open(map,m_d2355b49a705dfe566550879b6a9754e);});$marker.push(m_d2355b49a705dfe566550879b6a9754e);}});}google.maps.event.addDomListener(window, 'load', initialize);