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.3929,-86.9716)};var g_7479088de5700db4457e1ac4d6c02b03 = new google.maps.Geocoder();g_7479088de5700db4457e1ac4d6c02b03.geocode( { 'address': "725 9th Ave N, Bessemer, AL 35020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bessemer-AL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('bessemer-AL-advance-america'), mapOptions);}document.getElementById('950bdd3f').innerHTML += ' | View Map';var $l7479088de5700db4457e1ac4d6c02b03 = '

Advance America

Address: 725 9th Ave N, Bessemer, AL 35020, USA
Phone: (205) 425-8132
';var m_7479088de5700db4457e1ac4d6c02b03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_7479088de5700db4457e1ac4d6c02b03['infowindow'] = new google.maps.InfoWindow({content: $l7479088de5700db4457e1ac4d6c02b03});var infowindow = new google.maps.InfoWindow({content: $l7479088de5700db4457e1ac4d6c02b03});google.maps.event.addListener(m_7479088de5700db4457e1ac4d6c02b03, 'click', function() {infowindow.open(map,m_7479088de5700db4457e1ac4d6c02b03);});$marker.push(m_7479088de5700db4457e1ac4d6c02b03);}});}google.maps.event.addDomListener(window, 'load', initialize);