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.1007,-93.4628)};var g_e10747f816f2eb4d277c631ed499a0d5 = new google.maps.Geocoder();g_e10747f816f2eb4d277c631ed499a0d5.geocode( { 'address': "112 E Pine St, Taylor, AR 71861, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taylor-AR-bancorpsouth-branch').style.display = '';map = new google.maps.Map(document.getElementById('taylor-AR-bancorpsouth-branch'), mapOptions);}document.getElementById('00d849a9').innerHTML += ' | View Map';var $le10747f816f2eb4d277c631ed499a0d5 = '

BancorpSouth Branch

Address: 112 E Pine St, Taylor, AR 71861, USA
Phone: (870) 694-3651
';var m_e10747f816f2eb4d277c631ed499a0d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Branch',});m_e10747f816f2eb4d277c631ed499a0d5['infowindow'] = new google.maps.InfoWindow({content: $le10747f816f2eb4d277c631ed499a0d5});var infowindow = new google.maps.InfoWindow({content: $le10747f816f2eb4d277c631ed499a0d5});google.maps.event.addListener(m_e10747f816f2eb4d277c631ed499a0d5, 'click', function() {infowindow.open(map,m_e10747f816f2eb4d277c631ed499a0d5);});$marker.push(m_e10747f816f2eb4d277c631ed499a0d5);}});}google.maps.event.addDomListener(window, 'load', initialize);