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()};var g_dacae3e170cc639fb9c31e75355dfae5 = new google.maps.Geocoder();g_dacae3e170cc639fb9c31e75355dfae5.geocode( { 'address': "1476 Highway 62 412, Highland, AR 72542"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-AR-first-national-banking-co').style.display = '';map = new google.maps.Map(document.getElementById('highland-AR-first-national-banking-co'), mapOptions);}document.getElementById('c40cdf98').innerHTML += ' | View Map';var $ldacae3e170cc639fb9c31e75355dfae5 = '

First National Banking Co

Address: 1476 Highway 62 412, Highland, AR 72542
Phone: (870) 856-2274
';var m_dacae3e170cc639fb9c31e75355dfae5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Banking Co',});m_dacae3e170cc639fb9c31e75355dfae5['infowindow'] = new google.maps.InfoWindow({content: $ldacae3e170cc639fb9c31e75355dfae5});var infowindow = new google.maps.InfoWindow({content: $ldacae3e170cc639fb9c31e75355dfae5});google.maps.event.addListener(m_dacae3e170cc639fb9c31e75355dfae5, 'click', function() {infowindow.open(map,m_dacae3e170cc639fb9c31e75355dfae5);});$marker.push(m_dacae3e170cc639fb9c31e75355dfae5);}});}google.maps.event.addDomListener(window, 'load', initialize);