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(30.7641,-88.2282)};var g_20a9fb02b8e93d9329b1419d55d59060 = new google.maps.Geocoder();g_20a9fb02b8e93d9329b1419d55d59060.geocode( { 'address': "7941 Moffett Rd b, Semmes, AL 36575, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('semmes-AL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('semmes-AL-advance-america'), mapOptions);}document.getElementById('05066da0').innerHTML += ' | View Map';var $l20a9fb02b8e93d9329b1419d55d59060 = '

Advance America

Address: 7941 Moffett Rd b, Semmes, AL 36575, USA
Phone: (251) 645-7445
';var m_20a9fb02b8e93d9329b1419d55d59060 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_20a9fb02b8e93d9329b1419d55d59060['infowindow'] = new google.maps.InfoWindow({content: $l20a9fb02b8e93d9329b1419d55d59060});var infowindow = new google.maps.InfoWindow({content: $l20a9fb02b8e93d9329b1419d55d59060});google.maps.event.addListener(m_20a9fb02b8e93d9329b1419d55d59060, 'click', function() {infowindow.open(map,m_20a9fb02b8e93d9329b1419d55d59060);});$marker.push(m_20a9fb02b8e93d9329b1419d55d59060);}});}google.maps.event.addDomListener(window, 'load', initialize);