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.4224,-90.1324)};var g_e68a83370faacfab07ae1f8aaf5352bb = new google.maps.Geocoder();g_e68a83370faacfab07ae1f8aaf5352bb.geocode( { 'address': "612 US-51 Suite A, Ridgeland, MS 39157, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgeland-MS-approved-cash').style.display = '';map = new google.maps.Map(document.getElementById('ridgeland-MS-approved-cash'), mapOptions);}document.getElementById('c2eb6e4d').innerHTML += ' | View Map';var $le68a83370faacfab07ae1f8aaf5352bb = '

Approved Cash

Address: 612 US-51 Suite A, Ridgeland, MS 39157, USA
Phone: (601) 898-3933
';var m_e68a83370faacfab07ae1f8aaf5352bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Cash',});m_e68a83370faacfab07ae1f8aaf5352bb['infowindow'] = new google.maps.InfoWindow({content: $le68a83370faacfab07ae1f8aaf5352bb});var infowindow = new google.maps.InfoWindow({content: $le68a83370faacfab07ae1f8aaf5352bb});google.maps.event.addListener(m_e68a83370faacfab07ae1f8aaf5352bb, 'click', function() {infowindow.open(map,m_e68a83370faacfab07ae1f8aaf5352bb);});$marker.push(m_e68a83370faacfab07ae1f8aaf5352bb);}});}google.maps.event.addDomListener(window, 'load', initialize);