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(36.0194,-89.3918)};var g_ee2f51d5ddc97d3702d01e909d787384 = new google.maps.Geocoder();g_ee2f51d5ddc97d3702d01e909d787384.geocode( { 'address': "801 S Main Ave, Dyersburg, TN 38024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dyersburg-TN-dodges').style.display = '';map = new google.maps.Map(document.getElementById('dyersburg-TN-dodges'), mapOptions);}document.getElementById('255972b0').innerHTML += ' | View Map';var $lee2f51d5ddc97d3702d01e909d787384 = '

Dodge's

Address: 801 S Main Ave, Dyersburg, TN 38024, USA
Phone: (731) 286-5251
';var m_ee2f51d5ddc97d3702d01e909d787384 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dodge's',});m_ee2f51d5ddc97d3702d01e909d787384['infowindow'] = new google.maps.InfoWindow({content: $lee2f51d5ddc97d3702d01e909d787384});var infowindow = new google.maps.InfoWindow({content: $lee2f51d5ddc97d3702d01e909d787384});google.maps.event.addListener(m_ee2f51d5ddc97d3702d01e909d787384, 'click', function() {infowindow.open(map,m_ee2f51d5ddc97d3702d01e909d787384);});$marker.push(m_ee2f51d5ddc97d3702d01e909d787384);}});}google.maps.event.addDomListener(window, 'load', initialize);