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.8108,-88.2013)};var g_ae3097adfcecca946eac4a7e564478b1 = new google.maps.Geocoder();g_ae3097adfcecca946eac4a7e564478b1.geocode( { 'address': "1204 W Quitman St, Iuka, MS 38852, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('iuka-MS-quick-way-of-iuka-inc').style.display = '';map = new google.maps.Map(document.getElementById('iuka-MS-quick-way-of-iuka-inc'), mapOptions);}document.getElementById('bea4a3cf').innerHTML += ' | View Map';var $lae3097adfcecca946eac4a7e564478b1 = '

Quick Way of Iuka Inc

Address: 1204 W Quitman St, Iuka, MS 38852, USA
Phone: (662) 423-6600
';var m_ae3097adfcecca946eac4a7e564478b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Way of Iuka Inc',});m_ae3097adfcecca946eac4a7e564478b1['infowindow'] = new google.maps.InfoWindow({content: $lae3097adfcecca946eac4a7e564478b1});var infowindow = new google.maps.InfoWindow({content: $lae3097adfcecca946eac4a7e564478b1});google.maps.event.addListener(m_ae3097adfcecca946eac4a7e564478b1, 'click', function() {infowindow.open(map,m_ae3097adfcecca946eac4a7e564478b1);});$marker.push(m_ae3097adfcecca946eac4a7e564478b1);}});}google.maps.event.addDomListener(window, 'load', initialize);