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_07168af6cb0ef9f78dae15739dd73255 = new google.maps.Geocoder();g_07168af6cb0ef9f78dae15739dd73255.geocode( { 'address': "3835 N Highway 7, Hot Springs Vlg, AR 71909"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hot-springs-vlg-AR-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hot-springs-vlg-AR-first-national-bank'), mapOptions);}document.getElementById('56b96b76').innerHTML += ' | View Map';var $l07168af6cb0ef9f78dae15739dd73255 = '

First National Bank

Address: 3835 N Highway 7, Hot Springs Vlg, AR 71909
Phone: (501) 624-0110
';var m_07168af6cb0ef9f78dae15739dd73255 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_07168af6cb0ef9f78dae15739dd73255['infowindow'] = new google.maps.InfoWindow({content: $l07168af6cb0ef9f78dae15739dd73255});var infowindow = new google.maps.InfoWindow({content: $l07168af6cb0ef9f78dae15739dd73255});google.maps.event.addListener(m_07168af6cb0ef9f78dae15739dd73255, 'click', function() {infowindow.open(map,m_07168af6cb0ef9f78dae15739dd73255);});$marker.push(m_07168af6cb0ef9f78dae15739dd73255);}});}google.maps.event.addDomListener(window, 'load', initialize);