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.0336,-91.9564)};var g_046f0200f33b13779493e1ea8c3f9f3e = new google.maps.Geocoder();g_046f0200f33b13779493e1ea8c3f9f3e.geocode( { 'address': "902 North St, Ward, AR 72176, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ward-AR-centennial-bank').style.display = '';map = new google.maps.Map(document.getElementById('ward-AR-centennial-bank'), mapOptions);}document.getElementById('64aa01d2').innerHTML += ' | View Map';var $l046f0200f33b13779493e1ea8c3f9f3e = '

Centennial Bank

Address: 902 North St, Ward, AR 72176, USA
Phone: (501) 843-3575
';var m_046f0200f33b13779493e1ea8c3f9f3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centennial Bank',});m_046f0200f33b13779493e1ea8c3f9f3e['infowindow'] = new google.maps.InfoWindow({content: $l046f0200f33b13779493e1ea8c3f9f3e});var infowindow = new google.maps.InfoWindow({content: $l046f0200f33b13779493e1ea8c3f9f3e});google.maps.event.addListener(m_046f0200f33b13779493e1ea8c3f9f3e, 'click', function() {infowindow.open(map,m_046f0200f33b13779493e1ea8c3f9f3e);});$marker.push(m_046f0200f33b13779493e1ea8c3f9f3e);}});}google.maps.event.addDomListener(window, 'load', initialize);