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(33.732,-90.5466)};var g_66fa2610e2b0bd907682f4184f2dca8d = new google.maps.Geocoder();g_66fa2610e2b0bd907682f4184f2dca8d.geocode( { 'address': "700 N Oak Ave, Ruleville, MS 38771, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ruleville-MS-ruleville-cash--pay').style.display = '';map = new google.maps.Map(document.getElementById('ruleville-MS-ruleville-cash--pay'), mapOptions);}document.getElementById('f849c0d3').innerHTML += ' | View Map';var $l66fa2610e2b0bd907682f4184f2dca8d = '

Ruleville Cash & Pay

Address: 700 N Oak Ave, Ruleville, MS 38771, USA
Phone: (662) 756-0333
';var m_66fa2610e2b0bd907682f4184f2dca8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ruleville Cash & Pay',});m_66fa2610e2b0bd907682f4184f2dca8d['infowindow'] = new google.maps.InfoWindow({content: $l66fa2610e2b0bd907682f4184f2dca8d});var infowindow = new google.maps.InfoWindow({content: $l66fa2610e2b0bd907682f4184f2dca8d});google.maps.event.addListener(m_66fa2610e2b0bd907682f4184f2dca8d, 'click', function() {infowindow.open(map,m_66fa2610e2b0bd907682f4184f2dca8d);});$marker.push(m_66fa2610e2b0bd907682f4184f2dca8d);}});}google.maps.event.addDomListener(window, 'load', initialize);