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(38.7753,-90.7006)};var g_a2407376cf580ccaad191abe177c1857 = new google.maps.Geocoder();g_a2407376cf580ccaad191abe177c1857.geocode( { 'address': "2419 State Hwy K, O\'Fallon, MO 63366, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ofallon-MO-great-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('ofallon-MO-great-southern-bank'), mapOptions);}document.getElementById('68ef3d11').innerHTML += ' | View Map';var $la2407376cf580ccaad191abe177c1857 = '

Great Southern Bank

Address: 2419 State Hwy K, O\'Fallon, MO 63366, USA
Phone: (636) 272-2540
';var m_a2407376cf580ccaad191abe177c1857 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Southern Bank',});m_a2407376cf580ccaad191abe177c1857['infowindow'] = new google.maps.InfoWindow({content: $la2407376cf580ccaad191abe177c1857});var infowindow = new google.maps.InfoWindow({content: $la2407376cf580ccaad191abe177c1857});google.maps.event.addListener(m_a2407376cf580ccaad191abe177c1857, 'click', function() {infowindow.open(map,m_a2407376cf580ccaad191abe177c1857);});$marker.push(m_a2407376cf580ccaad191abe177c1857);}});}google.maps.event.addDomListener(window, 'load', initialize);