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(32.6122,-90.0126)};var g_cc87af73890e5592cf4f112001ecd149 = new google.maps.Geocoder();g_cc87af73890e5592cf4f112001ecd149.geocode( { 'address': "1012 E Peace St, Canton, MS 39046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-MS-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('canton-MS-check-into-cash'), mapOptions);}document.getElementById('5004ff20').innerHTML += ' | View Map';var $lcc87af73890e5592cf4f112001ecd149 = '

Check Into Cash

Address: 1012 E Peace St, Canton, MS 39046, USA
Phone: (601) 859-2670
';var m_cc87af73890e5592cf4f112001ecd149 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_cc87af73890e5592cf4f112001ecd149['infowindow'] = new google.maps.InfoWindow({content: $lcc87af73890e5592cf4f112001ecd149});var infowindow = new google.maps.InfoWindow({content: $lcc87af73890e5592cf4f112001ecd149});google.maps.event.addListener(m_cc87af73890e5592cf4f112001ecd149, 'click', function() {infowindow.open(map,m_cc87af73890e5592cf4f112001ecd149);});$marker.push(m_cc87af73890e5592cf4f112001ecd149);}});}google.maps.event.addDomListener(window, 'load', initialize);