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(33.9537,-86.0415)};var g_993732936c83178afc7633ef35f2639d = new google.maps.Geocoder();g_993732936c83178afc7633ef35f2639d.geocode( { 'address': "3506-C Rainbow Dr., Rainbow City, AL 35906, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rainbow-city-AL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('rainbow-city-AL-advance-america'), mapOptions);}document.getElementById('03b579ab').innerHTML += ' | View Map';var $l993732936c83178afc7633ef35f2639d = '

Advance America

Address: 3506-C Rainbow Dr., Rainbow City, AL 35906, USA
Phone: (256) 413-1905
';var m_993732936c83178afc7633ef35f2639d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_993732936c83178afc7633ef35f2639d['infowindow'] = new google.maps.InfoWindow({content: $l993732936c83178afc7633ef35f2639d});var infowindow = new google.maps.InfoWindow({content: $l993732936c83178afc7633ef35f2639d});google.maps.event.addListener(m_993732936c83178afc7633ef35f2639d, 'click', function() {infowindow.open(map,m_993732936c83178afc7633ef35f2639d);});$marker.push(m_993732936c83178afc7633ef35f2639d);}});}google.maps.event.addDomListener(window, 'load', initialize);