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.7461,-88.9473)};var g_6d06ca2cdb9ffd791cb1c2f5498a38ca = new google.maps.Geocoder();g_6d06ca2cdb9ffd791cb1c2f5498a38ca.geocode( { 'address': "1411 City Ave N, Ripley, MS 38663, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ripley-MS-quick-way-of-ripley').style.display = '';map = new google.maps.Map(document.getElementById('ripley-MS-quick-way-of-ripley'), mapOptions);}document.getElementById('a619958c').innerHTML += ' | View Map';var $l6d06ca2cdb9ffd791cb1c2f5498a38ca = '

Quick Way of Ripley

Address: 1411 City Ave N, Ripley, MS 38663, USA
Phone: (662) 837-2999
';var m_6d06ca2cdb9ffd791cb1c2f5498a38ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Way of Ripley',});m_6d06ca2cdb9ffd791cb1c2f5498a38ca['infowindow'] = new google.maps.InfoWindow({content: $l6d06ca2cdb9ffd791cb1c2f5498a38ca});var infowindow = new google.maps.InfoWindow({content: $l6d06ca2cdb9ffd791cb1c2f5498a38ca});google.maps.event.addListener(m_6d06ca2cdb9ffd791cb1c2f5498a38ca, 'click', function() {infowindow.open(map,m_6d06ca2cdb9ffd791cb1c2f5498a38ca);});$marker.push(m_6d06ca2cdb9ffd791cb1c2f5498a38ca);}});}google.maps.event.addDomListener(window, 'load', initialize);