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.9302,-88.5343)};var g_f781ba6adbe0353aea5ea29b11d81561 = new google.maps.Geocoder();g_f781ba6adbe0353aea5ea29b11d81561.geocode( { 'address': "1101 US-72 A, Corinth, MS 38834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corinth-MS-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('corinth-MS-approved-cash'), mapOptions);}document.getElementById('d6c940e8').innerHTML += ' | View Map';var $lf781ba6adbe0353aea5ea29b11d81561 = '

Approved Cash

Address: 1101 US-72 A, Corinth, MS 38834, USA
Phone: (662) 287-8658
';var m_f781ba6adbe0353aea5ea29b11d81561 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_f781ba6adbe0353aea5ea29b11d81561['infowindow'] = new google.maps.InfoWindow({content: $lf781ba6adbe0353aea5ea29b11d81561});var infowindow = new google.maps.InfoWindow({content: $lf781ba6adbe0353aea5ea29b11d81561});google.maps.event.addListener(m_f781ba6adbe0353aea5ea29b11d81561, 'click', function() {infowindow.open(map,m_f781ba6adbe0353aea5ea29b11d81561);});$marker.push(m_f781ba6adbe0353aea5ea29b11d81561);}});}google.maps.event.addDomListener(window, 'load', initialize);