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(34.4792,-93.1113)};var g_65a8db52d82b3c8ca3c4aff0637de707 = new google.maps.Geocoder();g_65a8db52d82b3c8ca3c4aff0637de707.geocode( { 'address': "1010 Airport Rd, Hot Springs, AR 71913, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hot-springs-AR-malvern-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hot-springs-AR-malvern-national-bank'), mapOptions);}document.getElementById('92852420').innerHTML += ' | View Map';var $l65a8db52d82b3c8ca3c4aff0637de707 = '

Malvern National Bank

Address: 1010 Airport Rd, Hot Springs, AR 71913, USA
Phone: (501) 760-6600
';var m_65a8db52d82b3c8ca3c4aff0637de707 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Malvern National Bank',});m_65a8db52d82b3c8ca3c4aff0637de707['infowindow'] = new google.maps.InfoWindow({content: $l65a8db52d82b3c8ca3c4aff0637de707});var infowindow = new google.maps.InfoWindow({content: $l65a8db52d82b3c8ca3c4aff0637de707});google.maps.event.addListener(m_65a8db52d82b3c8ca3c4aff0637de707, 'click', function() {infowindow.open(map,m_65a8db52d82b3c8ca3c4aff0637de707);});$marker.push(m_65a8db52d82b3c8ca3c4aff0637de707);}});}google.maps.event.addDomListener(window, 'load', initialize);