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(37.8613,-85.9565)};var g_2d160043f089ad7d266d9367232df99e = new google.maps.Geocoder();g_2d160043f089ad7d266d9367232df99e.geocode( { 'address': "1949 N Dixie Blvd, Radcliff, KY 40160, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('radcliff-KY-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('radcliff-KY-check-into-cash'), mapOptions);}document.getElementById('76bcf06c').innerHTML += ' | View Map';var $l2d160043f089ad7d266d9367232df99e = '

Check Into Cash

Address: 1949 N Dixie Blvd, Radcliff, KY 40160, USA
Phone: (270) 351-4222
';var m_2d160043f089ad7d266d9367232df99e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_2d160043f089ad7d266d9367232df99e['infowindow'] = new google.maps.InfoWindow({content: $l2d160043f089ad7d266d9367232df99e});var infowindow = new google.maps.InfoWindow({content: $l2d160043f089ad7d266d9367232df99e});google.maps.event.addListener(m_2d160043f089ad7d266d9367232df99e, 'click', function() {infowindow.open(map,m_2d160043f089ad7d266d9367232df99e);});$marker.push(m_2d160043f089ad7d266d9367232df99e);}});}google.maps.event.addDomListener(window, 'load', initialize);