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.9971,-91.9708)};var g_f452fb191386e040c8dbb8e6e90da113 = new google.maps.Geocoder();g_f452fb191386e040c8dbb8e6e90da113.geocode( { 'address': "1685 E Main St, Austin, AR 72007"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austin-AR-first-arkansas-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('austin-AR-first-arkansas-bank-trust'), mapOptions);}document.getElementById('d1f1e79f').innerHTML += ' | View Map';var $lf452fb191386e040c8dbb8e6e90da113 = '

First Arkansas Bank & Trust

Address: 1685 E Main St, Austin, AR 72007
Phone: (501) 941-2070
';var m_f452fb191386e040c8dbb8e6e90da113 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Arkansas Bank & Trust',});m_f452fb191386e040c8dbb8e6e90da113['infowindow'] = new google.maps.InfoWindow({content: $lf452fb191386e040c8dbb8e6e90da113});var infowindow = new google.maps.InfoWindow({content: $lf452fb191386e040c8dbb8e6e90da113});google.maps.event.addListener(m_f452fb191386e040c8dbb8e6e90da113, 'click', function() {infowindow.open(map,m_f452fb191386e040c8dbb8e6e90da113);});$marker.push(m_f452fb191386e040c8dbb8e6e90da113);}});}google.maps.event.addDomListener(window, 'load', initialize);