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(40.9817,-95.1042)};var g_c73385e4ac191abbfd731adba24f2c7d = new google.maps.Geocoder();g_c73385e4ac191abbfd731adba24f2c7d.geocode( { 'address': "401 Broad Ave, Stanton, IA 51573, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stanton-IA-great-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('stanton-IA-great-western-bank'), mapOptions);}document.getElementById('b725dd69').innerHTML += ' | View Map';var $lc73385e4ac191abbfd731adba24f2c7d = '

Great Western Bank

Address: 401 Broad Ave, Stanton, IA 51573, USA
Phone: (712) 829-2737
';var m_c73385e4ac191abbfd731adba24f2c7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Western Bank',});m_c73385e4ac191abbfd731adba24f2c7d['infowindow'] = new google.maps.InfoWindow({content: $lc73385e4ac191abbfd731adba24f2c7d});var infowindow = new google.maps.InfoWindow({content: $lc73385e4ac191abbfd731adba24f2c7d});google.maps.event.addListener(m_c73385e4ac191abbfd731adba24f2c7d, 'click', function() {infowindow.open(map,m_c73385e4ac191abbfd731adba24f2c7d);});$marker.push(m_c73385e4ac191abbfd731adba24f2c7d);}});}google.maps.event.addDomListener(window, 'load', initialize);