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(42.3663,-93.0953)};var g_a992995ef4f0439b258f2360dbb85511 = new google.maps.Geocoder();g_a992995ef4f0439b258f2360dbb85511.geocode( { 'address': "1402 Washington Street, Eldora, IA 50627"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eldora-IA-great-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('eldora-IA-great-western-bank'), mapOptions);}document.getElementById('28b1f338').innerHTML += ' | View Map';var $la992995ef4f0439b258f2360dbb85511 = '

Great Western Bank

Address: 1402 Washington Street, Eldora, IA 50627
Phone: (641) 858-5411
';var m_a992995ef4f0439b258f2360dbb85511 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Western Bank',});m_a992995ef4f0439b258f2360dbb85511['infowindow'] = new google.maps.InfoWindow({content: $la992995ef4f0439b258f2360dbb85511});var infowindow = new google.maps.InfoWindow({content: $la992995ef4f0439b258f2360dbb85511});google.maps.event.addListener(m_a992995ef4f0439b258f2360dbb85511, 'click', function() {infowindow.open(map,m_a992995ef4f0439b258f2360dbb85511);});$marker.push(m_a992995ef4f0439b258f2360dbb85511);}});}google.maps.event.addDomListener(window, 'load', initialize);