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.8095,-99.3309)};var g_9ead07ca260935bfb60db0d6dca6587d = new google.maps.Geocoder();g_9ead07ca260935bfb60db0d6dca6587d.geocode( { 'address': "101 E King St, Chamberlain, SD 57325, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chamberlain-SD-great-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('chamberlain-SD-great-western-bank'), mapOptions);}document.getElementById('6a9e5f4f').innerHTML += ' | View Map';var $l9ead07ca260935bfb60db0d6dca6587d = '

Great Western Bank

Address: 101 E King St, Chamberlain, SD 57325, USA
Phone: (605) 734-6531
';var m_9ead07ca260935bfb60db0d6dca6587d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Western Bank',});m_9ead07ca260935bfb60db0d6dca6587d['infowindow'] = new google.maps.InfoWindow({content: $l9ead07ca260935bfb60db0d6dca6587d});var infowindow = new google.maps.InfoWindow({content: $l9ead07ca260935bfb60db0d6dca6587d});google.maps.event.addListener(m_9ead07ca260935bfb60db0d6dca6587d, 'click', function() {infowindow.open(map,m_9ead07ca260935bfb60db0d6dca6587d);});$marker.push(m_9ead07ca260935bfb60db0d6dca6587d);}});}google.maps.event.addDomListener(window, 'load', initialize);