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(35.6124,-92.2631)};var g_6cdef39460c3960aa9b82b0844df792d = new google.maps.Geocoder();g_6cdef39460c3960aa9b82b0844df792d.geocode( { 'address': "121 Lost Creek Pkwy, Fairfield Bay, AR 72088, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfield-bay-AR-regions').style.display = '';map = new google.maps.Map(document.getElementById('fairfield-bay-AR-regions'), mapOptions);}document.getElementById('0c1e8183').innerHTML += ' | View Map';var $l6cdef39460c3960aa9b82b0844df792d = '

REGIONS

Address: 121 Lost Creek Pkwy, Fairfield Bay, AR 72088, USA
Phone: (800) 734-4667
';var m_6cdef39460c3960aa9b82b0844df792d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'REGIONS',});m_6cdef39460c3960aa9b82b0844df792d['infowindow'] = new google.maps.InfoWindow({content: $l6cdef39460c3960aa9b82b0844df792d});var infowindow = new google.maps.InfoWindow({content: $l6cdef39460c3960aa9b82b0844df792d});google.maps.event.addListener(m_6cdef39460c3960aa9b82b0844df792d, 'click', function() {infowindow.open(map,m_6cdef39460c3960aa9b82b0844df792d);});$marker.push(m_6cdef39460c3960aa9b82b0844df792d);}});}google.maps.event.addDomListener(window, 'load', initialize);