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(34.1912,-92.0629)};var g_7e604e37e89482b535c91467924661d7 = new google.maps.Geocoder();g_7e604e37e89482b535c91467924661d7.geocode( { 'address': "3803 S Camden Rd # 30, Pine Bluff, AR 71603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pine-bluff-AR-simmons-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('pine-bluff-AR-simmons-first-national-bank'), mapOptions);}document.getElementById('9417bfca').innerHTML += ' | View Map';var $l7e604e37e89482b535c91467924661d7 = '

Simmons First National Bank

Address: 3803 S Camden Rd # 30, Pine Bluff, AR 71603, USA
Phone: (870) 541-1281
';var m_7e604e37e89482b535c91467924661d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simmons First National Bank',});m_7e604e37e89482b535c91467924661d7['infowindow'] = new google.maps.InfoWindow({content: $l7e604e37e89482b535c91467924661d7});var infowindow = new google.maps.InfoWindow({content: $l7e604e37e89482b535c91467924661d7});google.maps.event.addListener(m_7e604e37e89482b535c91467924661d7, 'click', function() {infowindow.open(map,m_7e604e37e89482b535c91467924661d7);});$marker.push(m_7e604e37e89482b535c91467924661d7);}});}google.maps.event.addDomListener(window, 'load', initialize);