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.4542,-88.8316)};var g_5fe68ea02e2e15d03c30a137bf41e118 = new google.maps.Geocoder();g_5fe68ea02e2e15d03c30a137bf41e118.geocode( { 'address': "448 Highway 12 W, Suite #6, Starkville, MS 39759, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('starkville-MS-advantage-financial-services---starkville').style.display = '';map = new google.maps.Map(document.getElementById('starkville-MS-advantage-financial-services---starkville'), mapOptions);}document.getElementById('6248f7bf').innerHTML += ' | View Map';var $l5fe68ea02e2e15d03c30a137bf41e118 = '

Advantage Financial Services - Starkville

Address: 448 Highway 12 W, Suite #6, Starkville, MS 39759, USA
Phone: (662) 323-1100
';var m_5fe68ea02e2e15d03c30a137bf41e118 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advantage Financial Services - Starkville',});m_5fe68ea02e2e15d03c30a137bf41e118['infowindow'] = new google.maps.InfoWindow({content: $l5fe68ea02e2e15d03c30a137bf41e118});var infowindow = new google.maps.InfoWindow({content: $l5fe68ea02e2e15d03c30a137bf41e118});google.maps.event.addListener(m_5fe68ea02e2e15d03c30a137bf41e118, 'click', function() {infowindow.open(map,m_5fe68ea02e2e15d03c30a137bf41e118);});$marker.push(m_5fe68ea02e2e15d03c30a137bf41e118);}});}google.maps.event.addDomListener(window, 'load', initialize);