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.2214,-93.1634)};var g_9c37f8c750b17dcbe34763ae7f886026 = new google.maps.Geocoder();g_9c37f8c750b17dcbe34763ae7f886026.geocode( { 'address': "600 Union St, Dardanelle, AR 72834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dardanelle-AR-centennial-bank').style.display = '';map = new google.maps.Map(document.getElementById('dardanelle-AR-centennial-bank'), mapOptions);}document.getElementById('15914a0b').innerHTML += ' | View Map';var $l9c37f8c750b17dcbe34763ae7f886026 = '

Centennial Bank

Address: 600 Union St, Dardanelle, AR 72834, USA
Phone: (479) 229-2265
';var m_9c37f8c750b17dcbe34763ae7f886026 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centennial Bank',});m_9c37f8c750b17dcbe34763ae7f886026['infowindow'] = new google.maps.InfoWindow({content: $l9c37f8c750b17dcbe34763ae7f886026});var infowindow = new google.maps.InfoWindow({content: $l9c37f8c750b17dcbe34763ae7f886026});google.maps.event.addListener(m_9c37f8c750b17dcbe34763ae7f886026, 'click', function() {infowindow.open(map,m_9c37f8c750b17dcbe34763ae7f886026);});$marker.push(m_9c37f8c750b17dcbe34763ae7f886026);}});}google.maps.event.addDomListener(window, 'load', initialize);