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.6546,-88.5566)};var g_24988d9aa627ea723a4769c83e481a76 = new google.maps.Geocoder();g_24988d9aa627ea723a4769c83e481a76.geocode( { 'address': "613 E Church St, Booneville, MS 38829, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('booneville-MS-quick-way').style.display = '';map = new google.maps.Map(document.getElementById('booneville-MS-quick-way'), mapOptions);}document.getElementById('c4c5853a').innerHTML += ' | View Map';var $l24988d9aa627ea723a4769c83e481a76 = '

Quick Way

Address: 613 E Church St, Booneville, MS 38829, USA
Phone: (662) 728-3070
';var m_24988d9aa627ea723a4769c83e481a76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick Way',});m_24988d9aa627ea723a4769c83e481a76['infowindow'] = new google.maps.InfoWindow({content: $l24988d9aa627ea723a4769c83e481a76});var infowindow = new google.maps.InfoWindow({content: $l24988d9aa627ea723a4769c83e481a76});google.maps.event.addListener(m_24988d9aa627ea723a4769c83e481a76, 'click', function() {infowindow.open(map,m_24988d9aa627ea723a4769c83e481a76);});$marker.push(m_24988d9aa627ea723a4769c83e481a76);}});}google.maps.event.addDomListener(window, 'load', initialize);