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.3625,-89.5576)};var g_659f095ec48e0792da5655c351fa9137 = new google.maps.Geocoder();g_659f095ec48e0792da5655c351fa9137.geocode( { 'address': "2005 Harris Dr, Oxford, MS 38655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-MS-rapid-cash').style.display = '';map = new google.maps.Map(document.getElementById('oxford-MS-rapid-cash'), mapOptions);}document.getElementById('db5ced70').innerHTML += ' | View Map';var $l659f095ec48e0792da5655c351fa9137 = '

Rapid Cash

Address: 2005 Harris Dr, Oxford, MS 38655, USA
Phone: (662) 236-3040
';var m_659f095ec48e0792da5655c351fa9137 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rapid Cash',});m_659f095ec48e0792da5655c351fa9137['infowindow'] = new google.maps.InfoWindow({content: $l659f095ec48e0792da5655c351fa9137});var infowindow = new google.maps.InfoWindow({content: $l659f095ec48e0792da5655c351fa9137});google.maps.event.addListener(m_659f095ec48e0792da5655c351fa9137, 'click', function() {infowindow.open(map,m_659f095ec48e0792da5655c351fa9137);});$marker.push(m_659f095ec48e0792da5655c351fa9137);}});}google.maps.event.addDomListener(window, 'load', initialize);