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(34.7511,-89.4554)};var g_b54b25d3e55ecd6033db40a728a21ca1 = new google.maps.Geocoder();g_b54b25d3e55ecd6033db40a728a21ca1.geocode( { 'address': "1698 Crescent Meadow Dr, Holly Springs, MS 38635, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holly-springs-MS-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('holly-springs-MS-advance-america'), mapOptions);}document.getElementById('85c61c20').innerHTML += ' | View Map';var $lb54b25d3e55ecd6033db40a728a21ca1 = '

Advance America

Address: 1698 Crescent Meadow Dr, Holly Springs, MS 38635, USA
Phone: (662) 274-0070
';var m_b54b25d3e55ecd6033db40a728a21ca1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_b54b25d3e55ecd6033db40a728a21ca1['infowindow'] = new google.maps.InfoWindow({content: $lb54b25d3e55ecd6033db40a728a21ca1});var infowindow = new google.maps.InfoWindow({content: $lb54b25d3e55ecd6033db40a728a21ca1});google.maps.event.addListener(m_b54b25d3e55ecd6033db40a728a21ca1, 'click', function() {infowindow.open(map,m_b54b25d3e55ecd6033db40a728a21ca1);});$marker.push(m_b54b25d3e55ecd6033db40a728a21ca1);}});}google.maps.event.addDomListener(window, 'load', initialize);