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.1977,-89.6647)};var g_ec01b39d03ce886c2c15019bf5bdd886 = new google.maps.Geocoder();g_ec01b39d03ce886c2c15019bf5bdd886.geocode( { 'address': "300 N Truman Blvd, Caruthersville, MO 63830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('caruthersville-MO-jiffy-jims-1-stop').style.display = '';map = new google.maps.Map(document.getElementById('caruthersville-MO-jiffy-jims-1-stop'), mapOptions);}document.getElementById('d343d63a').innerHTML += ' | View Map';var $lec01b39d03ce886c2c15019bf5bdd886 = '

Jiffy Jim's 1 Stop

Address: 300 N Truman Blvd, Caruthersville, MO 63830, USA
Phone: (573) 333-5852
';var m_ec01b39d03ce886c2c15019bf5bdd886 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jiffy Jim's 1 Stop',});m_ec01b39d03ce886c2c15019bf5bdd886['infowindow'] = new google.maps.InfoWindow({content: $lec01b39d03ce886c2c15019bf5bdd886});var infowindow = new google.maps.InfoWindow({content: $lec01b39d03ce886c2c15019bf5bdd886});google.maps.event.addListener(m_ec01b39d03ce886c2c15019bf5bdd886, 'click', function() {infowindow.open(map,m_ec01b39d03ce886c2c15019bf5bdd886);});$marker.push(m_ec01b39d03ce886c2c15019bf5bdd886);}});}google.maps.event.addDomListener(window, 'load', initialize);