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(36.3906,-93.7376)};var g_c3bc836b1063c929ce64384f47f350f1 = new google.maps.Geocoder();g_c3bc836b1063c929ce64384f47f350f1.geocode( { 'address': "152 E Van Buren, Eureka Springs, AR 72632, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eureka-springs-AR-bank-of-eureka-springs').style.display = '';map = new google.maps.Map(document.getElementById('eureka-springs-AR-bank-of-eureka-springs'), mapOptions);}document.getElementById('35abc054').innerHTML += ' | View Map';var $lc3bc836b1063c929ce64384f47f350f1 = '

Bank of Eureka Springs

Address: 152 E Van Buren, Eureka Springs, AR 72632, USA
Phone: (479) 253-2833
';var m_c3bc836b1063c929ce64384f47f350f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Eureka Springs',});m_c3bc836b1063c929ce64384f47f350f1['infowindow'] = new google.maps.InfoWindow({content: $lc3bc836b1063c929ce64384f47f350f1});var infowindow = new google.maps.InfoWindow({content: $lc3bc836b1063c929ce64384f47f350f1});google.maps.event.addListener(m_c3bc836b1063c929ce64384f47f350f1, 'click', function() {infowindow.open(map,m_c3bc836b1063c929ce64384f47f350f1);});$marker.push(m_c3bc836b1063c929ce64384f47f350f1);}});}google.maps.event.addDomListener(window, 'load', initialize);