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.9866,-84.4012)};var g_a95ceaff4457625e75bff4289dcf46ba = new google.maps.Geocoder();g_a95ceaff4457625e75bff4289dcf46ba.geocode( { 'address': "6823 Alexandria Pike, Alexandria, KY 41001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-KY-advance-u-cash').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-KY-advance-u-cash'), mapOptions);}document.getElementById('64bde753').innerHTML += ' | View Map';var $la95ceaff4457625e75bff4289dcf46ba = '

Advance U Cash

Address: 6823 Alexandria Pike, Alexandria, KY 41001, USA
Phone: (859) 448-9700
';var m_a95ceaff4457625e75bff4289dcf46ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance U Cash',});m_a95ceaff4457625e75bff4289dcf46ba['infowindow'] = new google.maps.InfoWindow({content: $la95ceaff4457625e75bff4289dcf46ba});var infowindow = new google.maps.InfoWindow({content: $la95ceaff4457625e75bff4289dcf46ba});google.maps.event.addListener(m_a95ceaff4457625e75bff4289dcf46ba, 'click', function() {infowindow.open(map,m_a95ceaff4457625e75bff4289dcf46ba);});$marker.push(m_a95ceaff4457625e75bff4289dcf46ba);}});}google.maps.event.addDomListener(window, 'load', initialize);