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(31.7114,-89.1499)};var g_3aadc78106e09c44728f01ead5bcde2b = new google.maps.Geocoder();g_3aadc78106e09c44728f01ead5bcde2b.geocode( { 'address': "1710 Hwy. 15 North, Ste. B, Laurel, MS 39440, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laurel-MS-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('laurel-MS-advance-america'), mapOptions);}document.getElementById('47c54321').innerHTML += ' | View Map';var $l3aadc78106e09c44728f01ead5bcde2b = '

Advance America

Address: 1710 Hwy. 15 North, Ste. B, Laurel, MS 39440, USA
Phone: (601) 649-9238
';var m_3aadc78106e09c44728f01ead5bcde2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_3aadc78106e09c44728f01ead5bcde2b['infowindow'] = new google.maps.InfoWindow({content: $l3aadc78106e09c44728f01ead5bcde2b});var infowindow = new google.maps.InfoWindow({content: $l3aadc78106e09c44728f01ead5bcde2b});google.maps.event.addListener(m_3aadc78106e09c44728f01ead5bcde2b, 'click', function() {infowindow.open(map,m_3aadc78106e09c44728f01ead5bcde2b);});$marker.push(m_3aadc78106e09c44728f01ead5bcde2b);}});}google.maps.event.addDomListener(window, 'load', initialize);