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.0404,-84.5096)};var g_73e9ba015b7c5f485db206d4185eef0c = new google.maps.Geocoder();g_73e9ba015b7c5f485db206d4185eef0c.geocode( { 'address': "4319 Winston Ave, Covington, KY 41015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-KY-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('covington-KY-advance-america'), mapOptions);}document.getElementById('167ffaff').innerHTML += ' | View Map';var $l73e9ba015b7c5f485db206d4185eef0c = '

Advance America

Address: 4319 Winston Ave, Covington, KY 41015, USA
Phone: (859) 581-7344
';var m_73e9ba015b7c5f485db206d4185eef0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_73e9ba015b7c5f485db206d4185eef0c['infowindow'] = new google.maps.InfoWindow({content: $l73e9ba015b7c5f485db206d4185eef0c});var infowindow = new google.maps.InfoWindow({content: $l73e9ba015b7c5f485db206d4185eef0c});google.maps.event.addListener(m_73e9ba015b7c5f485db206d4185eef0c, 'click', function() {infowindow.open(map,m_73e9ba015b7c5f485db206d4185eef0c);});$marker.push(m_73e9ba015b7c5f485db206d4185eef0c);}});}google.maps.event.addDomListener(window, 'load', initialize);