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(39.0086,-84.6245)};var g_53885282fbff8407b3b6e820b7830180 = new google.maps.Geocoder();g_53885282fbff8407b3b6e820b7830180.geocode( { 'address': "167 Lloyd Ave, Florence, KY 41042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-KY-quick-cash-inc-florence').style.display = '';map = new google.maps.Map(document.getElementById('florence-KY-quick-cash-inc-florence'), mapOptions);}document.getElementById('3ba8ec4e').innerHTML += ' | View Map';var $l53885282fbff8407b3b6e820b7830180 = '

Quick-Cash Inc. Florence

Address: 167 Lloyd Ave, Florence, KY 41042, USA
Phone: (859) 282-7711
';var m_53885282fbff8407b3b6e820b7830180 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick-Cash Inc. Florence',});m_53885282fbff8407b3b6e820b7830180['infowindow'] = new google.maps.InfoWindow({content: $l53885282fbff8407b3b6e820b7830180});var infowindow = new google.maps.InfoWindow({content: $l53885282fbff8407b3b6e820b7830180});google.maps.event.addListener(m_53885282fbff8407b3b6e820b7830180, 'click', function() {infowindow.open(map,m_53885282fbff8407b3b6e820b7830180);});$marker.push(m_53885282fbff8407b3b6e820b7830180);}});}google.maps.event.addDomListener(window, 'load', initialize);