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_0180e9a354eccc55463ae4c11abfc5f4 = new google.maps.Geocoder();g_0180e9a354eccc55463ae4c11abfc5f4.geocode( { 'address': "221 S George St, Mt Ida, AR 71957"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mt-ida-AR-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mt-ida-AR-first-national-bank'), mapOptions);}document.getElementById('4b53fdb4').innerHTML += ' | View Map';var $l0180e9a354eccc55463ae4c11abfc5f4 = '

First National Bank

Address: 221 S George St, Mt Ida, AR 71957
Phone: (870) 867-3148
';var m_0180e9a354eccc55463ae4c11abfc5f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_0180e9a354eccc55463ae4c11abfc5f4['infowindow'] = new google.maps.InfoWindow({content: $l0180e9a354eccc55463ae4c11abfc5f4});var infowindow = new google.maps.InfoWindow({content: $l0180e9a354eccc55463ae4c11abfc5f4});google.maps.event.addListener(m_0180e9a354eccc55463ae4c11abfc5f4, 'click', function() {infowindow.open(map,m_0180e9a354eccc55463ae4c11abfc5f4);});$marker.push(m_0180e9a354eccc55463ae4c11abfc5f4);}});}google.maps.event.addDomListener(window, 'load', initialize);