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.9891,-84.6393)};var g_31f5116542233ef0531e7f10d5ad1c89 = new google.maps.Geocoder();g_31f5116542233ef0531e7f10d5ad1c89.geocode( { 'address': "7960 US-42, Florence, KY 41042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-KY-quick-money').style.display = '';map = new google.maps.Map(document.getElementById('florence-KY-quick-money'), mapOptions);}document.getElementById('5dcd47c3').innerHTML += ' | View Map';var $l31f5116542233ef0531e7f10d5ad1c89 = '

Quick Money

Address: 7960 US-42, Florence, KY 41042, USA
Phone: (859) 371-3777
';var m_31f5116542233ef0531e7f10d5ad1c89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Money',});m_31f5116542233ef0531e7f10d5ad1c89['infowindow'] = new google.maps.InfoWindow({content: $l31f5116542233ef0531e7f10d5ad1c89});var infowindow = new google.maps.InfoWindow({content: $l31f5116542233ef0531e7f10d5ad1c89});google.maps.event.addListener(m_31f5116542233ef0531e7f10d5ad1c89, 'click', function() {infowindow.open(map,m_31f5116542233ef0531e7f10d5ad1c89);});$marker.push(m_31f5116542233ef0531e7f10d5ad1c89);}});}google.maps.event.addDomListener(window, 'load', initialize);