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.9145,-88.4353)};var g_6417acae2542214132578b989b7f4a7e = new google.maps.Geocoder();g_6417acae2542214132578b989b7f4a7e.geocode( { 'address': "501 Old Hwy 72, Corinth, MS 38834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corinth-MS-quick-way-for-quick-cash').style.display = '';map = new google.maps.Map(document.getElementById('corinth-MS-quick-way-for-quick-cash'), mapOptions);}document.getElementById('87c2aea0').innerHTML += ' | View Map';var $l6417acae2542214132578b989b7f4a7e = '

Quick Way For Quick Cash

Address: 501 Old Hwy 72, Corinth, MS 38834, USA
Phone: (662) 286-2274
';var m_6417acae2542214132578b989b7f4a7e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Way For Quick Cash',});m_6417acae2542214132578b989b7f4a7e['infowindow'] = new google.maps.InfoWindow({content: $l6417acae2542214132578b989b7f4a7e});var infowindow = new google.maps.InfoWindow({content: $l6417acae2542214132578b989b7f4a7e});google.maps.event.addListener(m_6417acae2542214132578b989b7f4a7e, 'click', function() {infowindow.open(map,m_6417acae2542214132578b989b7f4a7e);});$marker.push(m_6417acae2542214132578b989b7f4a7e);}});}google.maps.event.addDomListener(window, 'load', initialize);