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(35.4818,-94.2281)};var g_b52561217fd414ad394c15b1d8ff8f57 = new google.maps.Geocoder();g_b52561217fd414ad394c15b1d8ff8f57.geocode( { 'address': "115 US-64, Alma, AR 72921, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alma-AR-us-bank-atm---alma').style.display = '';map = new google.maps.Map(document.getElementById('alma-AR-us-bank-atm---alma'), mapOptions);}document.getElementById('01ecdef8').innerHTML += ' | View Map';var $lb52561217fd414ad394c15b1d8ff8f57 = '

U.S. Bank ATM - Alma

Address: 115 US-64, Alma, AR 72921, USA
Phone: (800) 872-2657
';var m_b52561217fd414ad394c15b1d8ff8f57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Alma',});m_b52561217fd414ad394c15b1d8ff8f57['infowindow'] = new google.maps.InfoWindow({content: $lb52561217fd414ad394c15b1d8ff8f57});var infowindow = new google.maps.InfoWindow({content: $lb52561217fd414ad394c15b1d8ff8f57});google.maps.event.addListener(m_b52561217fd414ad394c15b1d8ff8f57, 'click', function() {infowindow.open(map,m_b52561217fd414ad394c15b1d8ff8f57);});$marker.push(m_b52561217fd414ad394c15b1d8ff8f57);}});}google.maps.event.addDomListener(window, 'load', initialize);