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.3203,-92.3279)};var g_ff7c31265609253a51857adce2560dc2 = new google.maps.Geocoder();g_ff7c31265609253a51857adce2560dc2.geocode( { 'address': "367-01 Highway 25 N, Guy, AR 72061"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('guy-AR-first-arkansas-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('guy-AR-first-arkansas-bank-trust'), mapOptions);}document.getElementById('8c5cd80f').innerHTML += ' | View Map';var $lff7c31265609253a51857adce2560dc2 = '

First Arkansas Bank & Trust

Address: 367-01 Highway 25 N, Guy, AR 72061
Phone: (501) 679-4475
';var m_ff7c31265609253a51857adce2560dc2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Arkansas Bank & Trust',});m_ff7c31265609253a51857adce2560dc2['infowindow'] = new google.maps.InfoWindow({content: $lff7c31265609253a51857adce2560dc2});var infowindow = new google.maps.InfoWindow({content: $lff7c31265609253a51857adce2560dc2});google.maps.event.addListener(m_ff7c31265609253a51857adce2560dc2, 'click', function() {infowindow.open(map,m_ff7c31265609253a51857adce2560dc2);});$marker.push(m_ff7c31265609253a51857adce2560dc2);}});}google.maps.event.addDomListener(window, 'load', initialize);