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.5022,-93.0564)};var g_50bfc2f66e5db61e00ff02b4d4d71ed9 = new google.maps.Geocoder();g_50bfc2f66e5db61e00ff02b4d4d71ed9.geocode( { 'address': "1234 Central Ave, Hot Springs, AR 71901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hot-springs-AR-us-bank-chad-ericson').style.display = '';map = new google.maps.Map(document.getElementById('hot-springs-AR-us-bank-chad-ericson'), mapOptions);}document.getElementById('6e896ea2').innerHTML += ' | View Map';var $l50bfc2f66e5db61e00ff02b4d4d71ed9 = '

U.S. Bank: Chad Ericson

Address: 1234 Central Ave, Hot Springs, AR 71901, USA
Phone: (501) 321-5020
';var m_50bfc2f66e5db61e00ff02b4d4d71ed9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank: Chad Ericson',});m_50bfc2f66e5db61e00ff02b4d4d71ed9['infowindow'] = new google.maps.InfoWindow({content: $l50bfc2f66e5db61e00ff02b4d4d71ed9});var infowindow = new google.maps.InfoWindow({content: $l50bfc2f66e5db61e00ff02b4d4d71ed9});google.maps.event.addListener(m_50bfc2f66e5db61e00ff02b4d4d71ed9, 'click', function() {infowindow.open(map,m_50bfc2f66e5db61e00ff02b4d4d71ed9);});$marker.push(m_50bfc2f66e5db61e00ff02b4d4d71ed9);}});}google.maps.event.addDomListener(window, 'load', initialize);