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.5257,-91.4354)};var g_2cf9ce45af934e74278044d20a10038d = new google.maps.Geocoder();g_2cf9ce45af934e74278044d20a10038d.geocode( { 'address': "108 E Speedway St, Dermott, AR 71638"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dermott-AR-simmons-first-bank-s-arkansas').style.display = '';map = new google.maps.Map(document.getElementById('dermott-AR-simmons-first-bank-s-arkansas'), mapOptions);}document.getElementById('f15e49a4').innerHTML += ' | View Map';var $l2cf9ce45af934e74278044d20a10038d = '

Simmons First Bank-S Arkansas

Address: 108 E Speedway St, Dermott, AR 71638
Phone: (870) 538-3266
';var m_2cf9ce45af934e74278044d20a10038d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simmons First Bank-S Arkansas',});m_2cf9ce45af934e74278044d20a10038d['infowindow'] = new google.maps.InfoWindow({content: $l2cf9ce45af934e74278044d20a10038d});var infowindow = new google.maps.InfoWindow({content: $l2cf9ce45af934e74278044d20a10038d});google.maps.event.addListener(m_2cf9ce45af934e74278044d20a10038d, 'click', function() {infowindow.open(map,m_2cf9ce45af934e74278044d20a10038d);});$marker.push(m_2cf9ce45af934e74278044d20a10038d);}});}google.maps.event.addDomListener(window, 'load', initialize);