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.2599,-89.0186)};var g_ecc3fa31967dc9b4365c95075d906f79 = new google.maps.Geocoder();g_ecc3fa31967dc9b4365c95075d906f79.geocode( { 'address': "245-A Hwy. 15 N., Pontotoc, MS 38863, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pontotoc-MS-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('pontotoc-MS-advance-america'), mapOptions);}document.getElementById('71e88510').innerHTML += ' | View Map';var $lecc3fa31967dc9b4365c95075d906f79 = '

Advance America

Address: 245-A Hwy. 15 N., Pontotoc, MS 38863, USA
Phone: (662) 489-3008
';var m_ecc3fa31967dc9b4365c95075d906f79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_ecc3fa31967dc9b4365c95075d906f79['infowindow'] = new google.maps.InfoWindow({content: $lecc3fa31967dc9b4365c95075d906f79});var infowindow = new google.maps.InfoWindow({content: $lecc3fa31967dc9b4365c95075d906f79});google.maps.event.addListener(m_ecc3fa31967dc9b4365c95075d906f79, 'click', function() {infowindow.open(map,m_ecc3fa31967dc9b4365c95075d906f79);});$marker.push(m_ecc3fa31967dc9b4365c95075d906f79);}});}google.maps.event.addDomListener(window, 'load', initialize);