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.1948,-84.2755)};var g_cd276d03f53c435d7a70e67d78a50757 = new google.maps.Geocoder();g_cd276d03f53c435d7a70e67d78a50757.geocode( { 'address': "3350 Lexington Rd, Paris, KY 40361, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-KY-atm-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('paris-KY-atm-fifth-third-bank'), mapOptions);}document.getElementById('64babcb1').innerHTML += ' | View Map';var $lcd276d03f53c435d7a70e67d78a50757 = '

ATM (Fifth Third Bank)

Address: 3350 Lexington Rd, Paris, KY 40361, USA
Phone:
';var m_cd276d03f53c435d7a70e67d78a50757 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Fifth Third Bank)',});m_cd276d03f53c435d7a70e67d78a50757['infowindow'] = new google.maps.InfoWindow({content: $lcd276d03f53c435d7a70e67d78a50757});var infowindow = new google.maps.InfoWindow({content: $lcd276d03f53c435d7a70e67d78a50757});google.maps.event.addListener(m_cd276d03f53c435d7a70e67d78a50757, 'click', function() {infowindow.open(map,m_cd276d03f53c435d7a70e67d78a50757);});$marker.push(m_cd276d03f53c435d7a70e67d78a50757);}});}google.maps.event.addDomListener(window, 'load', initialize);