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.2498,-92.9372)};var g_19ff42635e8982ca7dce34d3668d50a4 = new google.maps.Geocoder();g_19ff42635e8982ca7dce34d3668d50a4.geocode( { 'address': "812 N Church St, Atkins, AR 72823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atkins-AR-liberty-bank-of-arkansas').style.display = '';map = new google.maps.Map(document.getElementById('atkins-AR-liberty-bank-of-arkansas'), mapOptions);}document.getElementById('acab7f8e').innerHTML += ' | View Map';var $l19ff42635e8982ca7dce34d3668d50a4 = '

Liberty Bank of Arkansas

Address: 812 N Church St, Atkins, AR 72823, USA
Phone: (479) 641-2987
';var m_19ff42635e8982ca7dce34d3668d50a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Bank of Arkansas',});m_19ff42635e8982ca7dce34d3668d50a4['infowindow'] = new google.maps.InfoWindow({content: $l19ff42635e8982ca7dce34d3668d50a4});var infowindow = new google.maps.InfoWindow({content: $l19ff42635e8982ca7dce34d3668d50a4});google.maps.event.addListener(m_19ff42635e8982ca7dce34d3668d50a4, 'click', function() {infowindow.open(map,m_19ff42635e8982ca7dce34d3668d50a4);});$marker.push(m_19ff42635e8982ca7dce34d3668d50a4);}});}google.maps.event.addDomListener(window, 'load', initialize);