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.7577,-90.7155)};var g_61bd060b07bddfecccea56a82b850ecf = new google.maps.Geocoder();g_61bd060b07bddfecccea56a82b850ecf.geocode( { 'address': "714 N Davis Ave, Cleveland, MS 38732, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-MS-dodges').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-MS-dodges'), mapOptions);}document.getElementById('7b6e7e98').innerHTML += ' | View Map';var $l61bd060b07bddfecccea56a82b850ecf = '

Dodge's

Address: 714 N Davis Ave, Cleveland, MS 38732, USA
Phone: (662) 843-3307
';var m_61bd060b07bddfecccea56a82b850ecf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dodge's',});m_61bd060b07bddfecccea56a82b850ecf['infowindow'] = new google.maps.InfoWindow({content: $l61bd060b07bddfecccea56a82b850ecf});var infowindow = new google.maps.InfoWindow({content: $l61bd060b07bddfecccea56a82b850ecf});google.maps.event.addListener(m_61bd060b07bddfecccea56a82b850ecf, 'click', function() {infowindow.open(map,m_61bd060b07bddfecccea56a82b850ecf);});$marker.push(m_61bd060b07bddfecccea56a82b850ecf);}});}google.maps.event.addDomListener(window, 'load', initialize);