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(33.1114,-93.4473)};var g_ca2e19d1326c3a3e5382646b05217e95 = new google.maps.Geocoder();g_ca2e19d1326c3a3e5382646b05217e95.geocode( { 'address': "15064 Highway 371 S, Taylor, AR 71861"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taylor-AR-farmers-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('taylor-AR-farmers-bank-trust'), mapOptions);}document.getElementById('88d4eefc').innerHTML += ' | View Map';var $lca2e19d1326c3a3e5382646b05217e95 = '

Farmers Bank & Trust

Address: 15064 Highway 371 S, Taylor, AR 71861
Phone: (870) 859-3625
';var m_ca2e19d1326c3a3e5382646b05217e95 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers Bank & Trust',});m_ca2e19d1326c3a3e5382646b05217e95['infowindow'] = new google.maps.InfoWindow({content: $lca2e19d1326c3a3e5382646b05217e95});var infowindow = new google.maps.InfoWindow({content: $lca2e19d1326c3a3e5382646b05217e95});google.maps.event.addListener(m_ca2e19d1326c3a3e5382646b05217e95, 'click', function() {infowindow.open(map,m_ca2e19d1326c3a3e5382646b05217e95);});$marker.push(m_ca2e19d1326c3a3e5382646b05217e95);}});}google.maps.event.addDomListener(window, 'load', initialize);