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.2028,-84.2745)};var g_118374afdf5025d0612bea7472516433 = new google.maps.Geocoder();g_118374afdf5025d0612bea7472516433.geocode( { 'address': "2129 Rocky Dr, Paris, KY 40361, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-KY-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('paris-KY-cash-express'), mapOptions);}document.getElementById('5c9cff4b').innerHTML += ' | View Map';var $l118374afdf5025d0612bea7472516433 = '

Cash Express

Address: 2129 Rocky Dr, Paris, KY 40361, USA
Phone: (859) 987-8524
';var m_118374afdf5025d0612bea7472516433 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Express',});m_118374afdf5025d0612bea7472516433['infowindow'] = new google.maps.InfoWindow({content: $l118374afdf5025d0612bea7472516433});var infowindow = new google.maps.InfoWindow({content: $l118374afdf5025d0612bea7472516433});google.maps.event.addListener(m_118374afdf5025d0612bea7472516433, 'click', function() {infowindow.open(map,m_118374afdf5025d0612bea7472516433);});$marker.push(m_118374afdf5025d0612bea7472516433);}});}google.maps.event.addDomListener(window, 'load', initialize);