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(45.0132,-99.9987)};var g_b611f058fe3d81b5a00e94ef92a2d00a = new google.maps.Geocoder();g_b611f058fe3d81b5a00e94ef92a2d00a.geocode( { 'address': "111 N East St, Gettysburg, SD 57442"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gettysburg-SD-great-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('gettysburg-SD-great-western-bank'), mapOptions);}document.getElementById('67252782').innerHTML += ' | View Map';var $lb611f058fe3d81b5a00e94ef92a2d00a = '

Great Western Bank

Address: 111 N East St, Gettysburg, SD 57442
Phone: (605) 765-2491
';var m_b611f058fe3d81b5a00e94ef92a2d00a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Western Bank',});m_b611f058fe3d81b5a00e94ef92a2d00a['infowindow'] = new google.maps.InfoWindow({content: $lb611f058fe3d81b5a00e94ef92a2d00a});var infowindow = new google.maps.InfoWindow({content: $lb611f058fe3d81b5a00e94ef92a2d00a});google.maps.event.addListener(m_b611f058fe3d81b5a00e94ef92a2d00a, 'click', function() {infowindow.open(map,m_b611f058fe3d81b5a00e94ef92a2d00a);});$marker.push(m_b611f058fe3d81b5a00e94ef92a2d00a);}});}google.maps.event.addDomListener(window, 'load', initialize);