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.0074,-97.1143)};var g_2f7b0e4adddb01cbc82c3159212f91c2 = new google.maps.Geocoder();g_2f7b0e4adddb01cbc82c3159212f91c2.geocode( { 'address': "301 Egan Ave N, Madison, SD 57042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-SD-great-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-SD-great-western-bank'), mapOptions);}document.getElementById('061f80b5').innerHTML += ' | View Map';var $l2f7b0e4adddb01cbc82c3159212f91c2 = '

Great Western Bank

Address: 301 Egan Ave N, Madison, SD 57042, USA
Phone: (605) 256-6532
';var m_2f7b0e4adddb01cbc82c3159212f91c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Western Bank',});m_2f7b0e4adddb01cbc82c3159212f91c2['infowindow'] = new google.maps.InfoWindow({content: $l2f7b0e4adddb01cbc82c3159212f91c2});var infowindow = new google.maps.InfoWindow({content: $l2f7b0e4adddb01cbc82c3159212f91c2});google.maps.event.addListener(m_2f7b0e4adddb01cbc82c3159212f91c2, 'click', function() {infowindow.open(map,m_2f7b0e4adddb01cbc82c3159212f91c2);});$marker.push(m_2f7b0e4adddb01cbc82c3159212f91c2);}});}google.maps.event.addDomListener(window, 'load', initialize);