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.0492,-94.0972)};var g_ae269a9e4911439fd32c62dafa687af2 = new google.maps.Geocoder();g_ae269a9e4911439fd32c62dafa687af2.geocode( { 'address': "4450 E Huntsville Rd, Fayetteville, AR 72701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fayetteville-AR-on-the-way-5').style.display = '';map = new google.maps.Map(document.getElementById('fayetteville-AR-on-the-way-5'), mapOptions);}document.getElementById('2f35a6f4').innerHTML += ' | View Map';var $lae269a9e4911439fd32c62dafa687af2 = '

ON THE WAY #5

Address: 4450 E Huntsville Rd, Fayetteville, AR 72701, USA
Phone: (479) 582-1112
';var m_ae269a9e4911439fd32c62dafa687af2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ON THE WAY #5',});m_ae269a9e4911439fd32c62dafa687af2['infowindow'] = new google.maps.InfoWindow({content: $lae269a9e4911439fd32c62dafa687af2});var infowindow = new google.maps.InfoWindow({content: $lae269a9e4911439fd32c62dafa687af2});google.maps.event.addListener(m_ae269a9e4911439fd32c62dafa687af2, 'click', function() {infowindow.open(map,m_ae269a9e4911439fd32c62dafa687af2);});$marker.push(m_ae269a9e4911439fd32c62dafa687af2);}});}google.maps.event.addDomListener(window, 'load', initialize);