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.9935,-93.841)};var g_8648eaae8f6cd2dbd737201ba9708a34 = new google.maps.Geocoder();g_8648eaae8f6cd2dbd737201ba9708a34.geocode( { 'address': "202 Main Ave, Dierks, AR 71833"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dierks-AR-first-state-bank-of-dierks').style.display = '';map = new google.maps.Map(document.getElementById('dierks-AR-first-state-bank-of-dierks'), mapOptions);}document.getElementById('853e034f').innerHTML += ' | View Map';var $l8648eaae8f6cd2dbd737201ba9708a34 = '

First State Bank Of Dierks

Address: 202 Main Ave, Dierks, AR 71833
Phone: (870) 286-2097
';var m_8648eaae8f6cd2dbd737201ba9708a34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank Of Dierks',});m_8648eaae8f6cd2dbd737201ba9708a34['infowindow'] = new google.maps.InfoWindow({content: $l8648eaae8f6cd2dbd737201ba9708a34});var infowindow = new google.maps.InfoWindow({content: $l8648eaae8f6cd2dbd737201ba9708a34});google.maps.event.addListener(m_8648eaae8f6cd2dbd737201ba9708a34, 'click', function() {infowindow.open(map,m_8648eaae8f6cd2dbd737201ba9708a34);});$marker.push(m_8648eaae8f6cd2dbd737201ba9708a34);}});}google.maps.event.addDomListener(window, 'load', initialize);