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.0586,-89.5688)};var g_f43e2e06ea81d535c6fc2c65260df797 = new google.maps.Geocoder();g_f43e2e06ea81d535c6fc2c65260df797.geocode( { 'address': "200 Veterans Memorial Dr D, Kosciusko, MS 39090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kosciusko-MS-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('kosciusko-MS-advance-america'), mapOptions);}document.getElementById('b4269650').innerHTML += ' | View Map';var $lf43e2e06ea81d535c6fc2c65260df797 = '

Advance America

Address: 200 Veterans Memorial Dr D, Kosciusko, MS 39090, USA
Phone: (662) 289-3060
';var m_f43e2e06ea81d535c6fc2c65260df797 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_f43e2e06ea81d535c6fc2c65260df797['infowindow'] = new google.maps.InfoWindow({content: $lf43e2e06ea81d535c6fc2c65260df797});var infowindow = new google.maps.InfoWindow({content: $lf43e2e06ea81d535c6fc2c65260df797});google.maps.event.addListener(m_f43e2e06ea81d535c6fc2c65260df797, 'click', function() {infowindow.open(map,m_f43e2e06ea81d535c6fc2c65260df797);});$marker.push(m_f43e2e06ea81d535c6fc2c65260df797);}});}google.maps.event.addDomListener(window, 'load', initialize);