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(34.9944,-85.2371)};var g_12283a86d9bc01d1e79d01e5cc678133 = new google.maps.Geocoder();g_12283a86d9bc01d1e79d01e5cc678133.geocode( { 'address': "4340 Ringgold Rd #160, East Ridge, TN 37412, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-ridge-TN-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('east-ridge-TN-advance-america'), mapOptions);}document.getElementById('cd061d3c').innerHTML += ' | View Map';var $l12283a86d9bc01d1e79d01e5cc678133 = '

Advance America

Address: 4340 Ringgold Rd #160, East Ridge, TN 37412, USA
Phone: (423) 629-1657
';var m_12283a86d9bc01d1e79d01e5cc678133 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_12283a86d9bc01d1e79d01e5cc678133['infowindow'] = new google.maps.InfoWindow({content: $l12283a86d9bc01d1e79d01e5cc678133});var infowindow = new google.maps.InfoWindow({content: $l12283a86d9bc01d1e79d01e5cc678133});google.maps.event.addListener(m_12283a86d9bc01d1e79d01e5cc678133, 'click', function() {infowindow.open(map,m_12283a86d9bc01d1e79d01e5cc678133);});$marker.push(m_12283a86d9bc01d1e79d01e5cc678133);}});}google.maps.event.addDomListener(window, 'load', initialize);