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.2413,-87.5876)};var g_8371979223147775c9e22e45d0b4635b = new google.maps.Geocoder();g_8371979223147775c9e22e45d0b4635b.geocode( { 'address': "3120 McFarland Blvd #15, Northport, AL 35476, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northport-AL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('northport-AL-advance-america'), mapOptions);}document.getElementById('ab799a17').innerHTML += ' | View Map';var $l8371979223147775c9e22e45d0b4635b = '

Advance America

Address: 3120 McFarland Blvd #15, Northport, AL 35476, USA
Phone: (205) 339-7877
';var m_8371979223147775c9e22e45d0b4635b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_8371979223147775c9e22e45d0b4635b['infowindow'] = new google.maps.InfoWindow({content: $l8371979223147775c9e22e45d0b4635b});var infowindow = new google.maps.InfoWindow({content: $l8371979223147775c9e22e45d0b4635b});google.maps.event.addListener(m_8371979223147775c9e22e45d0b4635b, 'click', function() {infowindow.open(map,m_8371979223147775c9e22e45d0b4635b);});$marker.push(m_8371979223147775c9e22e45d0b4635b);}});}google.maps.event.addDomListener(window, 'load', initialize);