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(36.3457,-92.3777)};var g_52a261ddaec75653a422e3f51e1d6872 = new google.maps.Geocoder();g_52a261ddaec75653a422e3f51e1d6872.geocode( { 'address': "665 Hwy 62 E, Mountain Home, AR 72653, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mountain-home-AR-centennial-bank').style.display = '';map = new google.maps.Map(document.getElementById('mountain-home-AR-centennial-bank'), mapOptions);}document.getElementById('0f8c4aa4').innerHTML += ' | View Map';var $l52a261ddaec75653a422e3f51e1d6872 = '

Centennial Bank

Address: 665 Hwy 62 E, Mountain Home, AR 72653, USA
Phone: (870) 424-4100
';var m_52a261ddaec75653a422e3f51e1d6872 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centennial Bank',});m_52a261ddaec75653a422e3f51e1d6872['infowindow'] = new google.maps.InfoWindow({content: $l52a261ddaec75653a422e3f51e1d6872});var infowindow = new google.maps.InfoWindow({content: $l52a261ddaec75653a422e3f51e1d6872});google.maps.event.addListener(m_52a261ddaec75653a422e3f51e1d6872, 'click', function() {infowindow.open(map,m_52a261ddaec75653a422e3f51e1d6872);});$marker.push(m_52a261ddaec75653a422e3f51e1d6872);}});}google.maps.event.addDomListener(window, 'load', initialize);