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(35.5443,-89.6621)};var g_c91749e2f19cee0f3c11f4c06989f3ef = new google.maps.Geocoder();g_c91749e2f19cee0f3c11f4c06989f3ef.geocode( { 'address': "1618 Hwy. 51 South, Ste. D, Covington, TN 38019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-TN-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('covington-TN-advance-america'), mapOptions);}document.getElementById('cc70060a').innerHTML += ' | View Map';var $lc91749e2f19cee0f3c11f4c06989f3ef = '

Advance America

Address: 1618 Hwy. 51 South, Ste. D, Covington, TN 38019, USA
Phone: (901) 476-1150
';var m_c91749e2f19cee0f3c11f4c06989f3ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_c91749e2f19cee0f3c11f4c06989f3ef['infowindow'] = new google.maps.InfoWindow({content: $lc91749e2f19cee0f3c11f4c06989f3ef});var infowindow = new google.maps.InfoWindow({content: $lc91749e2f19cee0f3c11f4c06989f3ef});google.maps.event.addListener(m_c91749e2f19cee0f3c11f4c06989f3ef, 'click', function() {infowindow.open(map,m_c91749e2f19cee0f3c11f4c06989f3ef);});$marker.push(m_c91749e2f19cee0f3c11f4c06989f3ef);}});}google.maps.event.addDomListener(window, 'load', initialize);