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(32.3443,-89.4835)};var g_b3a39b89a52050b28386e5ef833878a1 = new google.maps.Geocoder();g_b3a39b89a52050b28386e5ef833878a1.geocode( { 'address': "1303 Hwy. 35 South, Ste. I, Forest, MS 39074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-MS-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('forest-MS-advance-america'), mapOptions);}document.getElementById('7b55e57d').innerHTML += ' | View Map';var $lb3a39b89a52050b28386e5ef833878a1 = '

Advance America

Address: 1303 Hwy. 35 South, Ste. I, Forest, MS 39074, USA
Phone: (601) 469-0785
';var m_b3a39b89a52050b28386e5ef833878a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_b3a39b89a52050b28386e5ef833878a1['infowindow'] = new google.maps.InfoWindow({content: $lb3a39b89a52050b28386e5ef833878a1});var infowindow = new google.maps.InfoWindow({content: $lb3a39b89a52050b28386e5ef833878a1});google.maps.event.addListener(m_b3a39b89a52050b28386e5ef833878a1, 'click', function() {infowindow.open(map,m_b3a39b89a52050b28386e5ef833878a1);});$marker.push(m_b3a39b89a52050b28386e5ef833878a1);}});}google.maps.event.addDomListener(window, 'load', initialize);