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.7673,-103.596)};var g_21c6d7a1fc87615fa44ae7657a773566 = new google.maps.Geocoder();g_21c6d7a1fc87615fa44ae7657a773566.geocode( { 'address': "648 Mount Rushmore Rd, Custer, SD 57730"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('custer-SD-first-interstate-bank').style.display = '';map = new google.maps.Map(document.getElementById('custer-SD-first-interstate-bank'), mapOptions);}document.getElementById('45555741').innerHTML += ' | View Map';var $l21c6d7a1fc87615fa44ae7657a773566 = '

First Interstate Bank

Address: 648 Mount Rushmore Rd, Custer, SD 57730
Phone: (605) 673-2215
';var m_21c6d7a1fc87615fa44ae7657a773566 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Interstate Bank',});m_21c6d7a1fc87615fa44ae7657a773566['infowindow'] = new google.maps.InfoWindow({content: $l21c6d7a1fc87615fa44ae7657a773566});var infowindow = new google.maps.InfoWindow({content: $l21c6d7a1fc87615fa44ae7657a773566});google.maps.event.addListener(m_21c6d7a1fc87615fa44ae7657a773566, 'click', function() {infowindow.open(map,m_21c6d7a1fc87615fa44ae7657a773566);});$marker.push(m_21c6d7a1fc87615fa44ae7657a773566);}});}google.maps.event.addDomListener(window, 'load', initialize);