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.6797,-92.9985)};var g_6fd1603ab2095dd25a27cb958bac6cfb = new google.maps.Geocoder();g_6fd1603ab2095dd25a27cb958bac6cfb.geocode( { 'address': "696 DeSoto Blvd, Hot Springs Village, AR 71909, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hot-springs-village-AR-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('hot-springs-village-AR-atm-regions-bank'), mapOptions);}document.getElementById('73c54958').innerHTML += ' | View Map';var $l6fd1603ab2095dd25a27cb958bac6cfb = '

ATM (Regions Bank)

Address: 696 DeSoto Blvd, Hot Springs Village, AR 71909, USA
Phone:
';var m_6fd1603ab2095dd25a27cb958bac6cfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_6fd1603ab2095dd25a27cb958bac6cfb['infowindow'] = new google.maps.InfoWindow({content: $l6fd1603ab2095dd25a27cb958bac6cfb});var infowindow = new google.maps.InfoWindow({content: $l6fd1603ab2095dd25a27cb958bac6cfb});google.maps.event.addListener(m_6fd1603ab2095dd25a27cb958bac6cfb, 'click', function() {infowindow.open(map,m_6fd1603ab2095dd25a27cb958bac6cfb);});$marker.push(m_6fd1603ab2095dd25a27cb958bac6cfb);}});}google.maps.event.addDomListener(window, 'load', initialize);