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(44.1163,-103.078)};var g_365aa6ebdc3dbf28e7b9ea1c1b4d2908 = new google.maps.Geocoder();g_365aa6ebdc3dbf28e7b9ea1c1b4d2908.geocode( { 'address': "520 N Ellsworth Rd, Box Elder, SD 57719"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('box-elder-SD-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('box-elder-SD-wells-fargo-bank'), mapOptions);}document.getElementById('65cc2651').innerHTML += ' | View Map';var $l365aa6ebdc3dbf28e7b9ea1c1b4d2908 = '

WELLS FARGO BANK

Address: 520 N Ellsworth Rd, Box Elder, SD 57719
Phone: (605) 593-8578
';var m_365aa6ebdc3dbf28e7b9ea1c1b4d2908 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WELLS FARGO BANK',});m_365aa6ebdc3dbf28e7b9ea1c1b4d2908['infowindow'] = new google.maps.InfoWindow({content: $l365aa6ebdc3dbf28e7b9ea1c1b4d2908});var infowindow = new google.maps.InfoWindow({content: $l365aa6ebdc3dbf28e7b9ea1c1b4d2908});google.maps.event.addListener(m_365aa6ebdc3dbf28e7b9ea1c1b4d2908, 'click', function() {infowindow.open(map,m_365aa6ebdc3dbf28e7b9ea1c1b4d2908);});$marker.push(m_365aa6ebdc3dbf28e7b9ea1c1b4d2908);}});}google.maps.event.addDomListener(window, 'load', initialize);