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.4457,-88.8438)};var g_3252f589174612e4b09a16de6a230481 = new google.maps.Geocoder();g_3252f589174612e4b09a16de6a230481.geocode( { 'address': "831 Hwy. 12 W., Ste. B, Starkville, MS 39759, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('starkville-MS-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('starkville-MS-advance-america'), mapOptions);}document.getElementById('2223b7c4').innerHTML += ' | View Map';var $l3252f589174612e4b09a16de6a230481 = '

Advance America

Address: 831 Hwy. 12 W., Ste. B, Starkville, MS 39759, USA
Phone: (662) 338-0026
';var m_3252f589174612e4b09a16de6a230481 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_3252f589174612e4b09a16de6a230481['infowindow'] = new google.maps.InfoWindow({content: $l3252f589174612e4b09a16de6a230481});var infowindow = new google.maps.InfoWindow({content: $l3252f589174612e4b09a16de6a230481});google.maps.event.addListener(m_3252f589174612e4b09a16de6a230481, 'click', function() {infowindow.open(map,m_3252f589174612e4b09a16de6a230481);});$marker.push(m_3252f589174612e4b09a16de6a230481);}});}google.maps.event.addDomListener(window, 'load', initialize);