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.2641,-91.5187)};var g_c8e67f8befebc945968cef516d6f6ba5 = new google.maps.Geocoder();g_c8e67f8befebc945968cef516d6f6ba5.geocode( { 'address': "1927 US-412, Highland, AR 72542, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-AR-highland-bank---liberty-bank-of-arkansas').style.display = '';map = new google.maps.Map(document.getElementById('highland-AR-highland-bank---liberty-bank-of-arkansas'), mapOptions);}document.getElementById('96ab9f3a').innerHTML += ' | View Map';var $lc8e67f8befebc945968cef516d6f6ba5 = '

Highland Bank - Liberty Bank of Arkansas

Address: 1927 US-412, Highland, AR 72542, USA
Phone: (870) 856-5626
';var m_c8e67f8befebc945968cef516d6f6ba5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Highland Bank - Liberty Bank of Arkansas',});m_c8e67f8befebc945968cef516d6f6ba5['infowindow'] = new google.maps.InfoWindow({content: $lc8e67f8befebc945968cef516d6f6ba5});var infowindow = new google.maps.InfoWindow({content: $lc8e67f8befebc945968cef516d6f6ba5});google.maps.event.addListener(m_c8e67f8befebc945968cef516d6f6ba5, 'click', function() {infowindow.open(map,m_c8e67f8befebc945968cef516d6f6ba5);});$marker.push(m_c8e67f8befebc945968cef516d6f6ba5);}});}google.maps.event.addDomListener(window, 'load', initialize);