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.4127,-90.107)};var g_5849fc2753c83814f35861604ddabbf1 = new google.maps.Geocoder();g_5849fc2753c83814f35861604ddabbf1.geocode( { 'address': "6955 Old Canton Rd, Ridgeland, MS 39157, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgeland-MS-cash-tyme').style.display = '';map = new google.maps.Map(document.getElementById('ridgeland-MS-cash-tyme'), mapOptions);}document.getElementById('b6a9bc9c').innerHTML += ' | View Map';var $l5849fc2753c83814f35861604ddabbf1 = '

Cash Tyme

Address: 6955 Old Canton Rd, Ridgeland, MS 39157, USA
Phone: (601) 956-9130
';var m_5849fc2753c83814f35861604ddabbf1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Tyme',});m_5849fc2753c83814f35861604ddabbf1['infowindow'] = new google.maps.InfoWindow({content: $l5849fc2753c83814f35861604ddabbf1});var infowindow = new google.maps.InfoWindow({content: $l5849fc2753c83814f35861604ddabbf1});google.maps.event.addListener(m_5849fc2753c83814f35861604ddabbf1, 'click', function() {infowindow.open(map,m_5849fc2753c83814f35861604ddabbf1);});$marker.push(m_5849fc2753c83814f35861604ddabbf1);}});}google.maps.event.addDomListener(window, 'load', initialize);