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(43.4307,-103.474)};var g_312997504f61c62e01204838fa8a3699 = new google.maps.Geocoder();g_312997504f61c62e01204838fa8a3699.geocode( { 'address': "137 S Chicago St, Hot Springs, SD 57747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hot-springs-SD-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('hot-springs-SD-bank-of-the-west'), mapOptions);}document.getElementById('5210f91d').innerHTML += ' | View Map';var $l312997504f61c62e01204838fa8a3699 = '

Bank of the West

Address: 137 S Chicago St, Hot Springs, SD 57747, USA
Phone: (605) 745-3115
';var m_312997504f61c62e01204838fa8a3699 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_312997504f61c62e01204838fa8a3699['infowindow'] = new google.maps.InfoWindow({content: $l312997504f61c62e01204838fa8a3699});var infowindow = new google.maps.InfoWindow({content: $l312997504f61c62e01204838fa8a3699});google.maps.event.addListener(m_312997504f61c62e01204838fa8a3699, 'click', function() {infowindow.open(map,m_312997504f61c62e01204838fa8a3699);});$marker.push(m_312997504f61c62e01204838fa8a3699);}});}google.maps.event.addDomListener(window, 'load', initialize);