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.0809,-103.224)};var g_a90e96083626e9f68aab5b3da82ea095 = new google.maps.Geocoder();g_a90e96083626e9f68aab5b3da82ea095.geocode( { 'address': "402 Main St, Rapid City, SD 57701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rapid-city-SD-first-western-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('rapid-city-SD-first-western-federal-savings-bank'), mapOptions);}document.getElementById('f6f726d4').innerHTML += ' | View Map';var $la90e96083626e9f68aab5b3da82ea095 = '

First Western Federal Savings Bank

Address: 402 Main St, Rapid City, SD 57701, USA
Phone: (605) 341-1203
';var m_a90e96083626e9f68aab5b3da82ea095 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Western Federal Savings Bank',});m_a90e96083626e9f68aab5b3da82ea095['infowindow'] = new google.maps.InfoWindow({content: $la90e96083626e9f68aab5b3da82ea095});var infowindow = new google.maps.InfoWindow({content: $la90e96083626e9f68aab5b3da82ea095});google.maps.event.addListener(m_a90e96083626e9f68aab5b3da82ea095, 'click', function() {infowindow.open(map,m_a90e96083626e9f68aab5b3da82ea095);});$marker.push(m_a90e96083626e9f68aab5b3da82ea095);}});}google.maps.event.addDomListener(window, 'load', initialize);