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.4543,-88.8204)};var g_ae86eaf9f202fdd83da4554094dd1dca = new google.maps.Geocoder();g_ae86eaf9f202fdd83da4554094dd1dca.geocode( { 'address': "210 MS-12 h, Starkville, MS 39759, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('starkville-MS-express-check-advance').style.display = '';map = new google.maps.Map(document.getElementById('starkville-MS-express-check-advance'), mapOptions);}document.getElementById('c21164cb').innerHTML += ' | View Map';var $lae86eaf9f202fdd83da4554094dd1dca = '

Express Check Advance

Address: 210 MS-12 h, Starkville, MS 39759, USA
Phone: (662) 320-6777
';var m_ae86eaf9f202fdd83da4554094dd1dca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Express Check Advance',});m_ae86eaf9f202fdd83da4554094dd1dca['infowindow'] = new google.maps.InfoWindow({content: $lae86eaf9f202fdd83da4554094dd1dca});var infowindow = new google.maps.InfoWindow({content: $lae86eaf9f202fdd83da4554094dd1dca});google.maps.event.addListener(m_ae86eaf9f202fdd83da4554094dd1dca, 'click', function() {infowindow.open(map,m_ae86eaf9f202fdd83da4554094dd1dca);});$marker.push(m_ae86eaf9f202fdd83da4554094dd1dca);}});}google.maps.event.addDomListener(window, 'load', initialize);