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(33.6741,-94.1257)};var g_1c628154a44069042e4b326df79fd38f = new google.maps.Geocoder();g_1c628154a44069042e4b326df79fd38f.geocode( { 'address': "960 S Constitution Ave, Ashdown, AR 71822"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashdown-AR-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('ashdown-AR-wells-fargo-bank'), mapOptions);}document.getElementById('6743d621').innerHTML += ' | View Map';var $l1c628154a44069042e4b326df79fd38f = '

WELLS FARGO BANK

Address: 960 S Constitution Ave, Ashdown, AR 71822
Phone: (903) 223-1565
';var m_1c628154a44069042e4b326df79fd38f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WELLS FARGO BANK',});m_1c628154a44069042e4b326df79fd38f['infowindow'] = new google.maps.InfoWindow({content: $l1c628154a44069042e4b326df79fd38f});var infowindow = new google.maps.InfoWindow({content: $l1c628154a44069042e4b326df79fd38f});google.maps.event.addListener(m_1c628154a44069042e4b326df79fd38f, 'click', function() {infowindow.open(map,m_1c628154a44069042e4b326df79fd38f);});$marker.push(m_1c628154a44069042e4b326df79fd38f);}});}google.maps.event.addDomListener(window, 'load', initialize);