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.0296,-93.6402)};var g_a7daf4aadedc09d48eb9902ad787c90f = new google.maps.Geocoder();g_a7daf4aadedc09d48eb9902ad787c90f.geocode( { 'address': "1103 Buckeye Ave, Ames, IA 50010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ames-IA-great-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('ames-IA-great-southern-bank'), mapOptions);}document.getElementById('e0f4ce64').innerHTML += ' | View Map';var $la7daf4aadedc09d48eb9902ad787c90f = '

Great Southern Bank

Address: 1103 Buckeye Ave, Ames, IA 50010
Phone: (515) 233-1245
';var m_a7daf4aadedc09d48eb9902ad787c90f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Southern Bank',});m_a7daf4aadedc09d48eb9902ad787c90f['infowindow'] = new google.maps.InfoWindow({content: $la7daf4aadedc09d48eb9902ad787c90f});var infowindow = new google.maps.InfoWindow({content: $la7daf4aadedc09d48eb9902ad787c90f});google.maps.event.addListener(m_a7daf4aadedc09d48eb9902ad787c90f, 'click', function() {infowindow.open(map,m_a7daf4aadedc09d48eb9902ad787c90f);});$marker.push(m_a7daf4aadedc09d48eb9902ad787c90f);}});}google.maps.event.addDomListener(window, 'load', initialize);