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.5698,-92.4516)};var g_22a53e56c65026bd7bdc3daad38dfa47 = new google.maps.Geocoder();g_22a53e56c65026bd7bdc3daad38dfa47.geocode( { 'address': "1783 Hwy 65 S, Clinton, AR 72031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-AR-simmons-bank').style.display = '';map = new google.maps.Map(document.getElementById('clinton-AR-simmons-bank'), mapOptions);}document.getElementById('52cc8f12').innerHTML += ' | View Map';var $l22a53e56c65026bd7bdc3daad38dfa47 = '

Simmons Bank

Address: 1783 Hwy 65 S, Clinton, AR 72031, USA
Phone: (501) 745-8200
';var m_22a53e56c65026bd7bdc3daad38dfa47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simmons Bank',});m_22a53e56c65026bd7bdc3daad38dfa47['infowindow'] = new google.maps.InfoWindow({content: $l22a53e56c65026bd7bdc3daad38dfa47});var infowindow = new google.maps.InfoWindow({content: $l22a53e56c65026bd7bdc3daad38dfa47});google.maps.event.addListener(m_22a53e56c65026bd7bdc3daad38dfa47, 'click', function() {infowindow.open(map,m_22a53e56c65026bd7bdc3daad38dfa47);});$marker.push(m_22a53e56c65026bd7bdc3daad38dfa47);}});}google.maps.event.addDomListener(window, 'load', initialize);