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.7273,-90.6434)};var g_1679ac8271bc65659e95a2e13c0b73ef = new google.maps.Geocoder();g_1679ac8271bc65659e95a2e13c0b73ef.geocode( { 'address': "956 Wolfrum Rd, Weldon Spring, MO 63304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weldon-spring-MO-great-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('weldon-spring-MO-great-southern-bank'), mapOptions);}document.getElementById('6827edb4').innerHTML += ' | View Map';var $l1679ac8271bc65659e95a2e13c0b73ef = '

Great Southern Bank

Address: 956 Wolfrum Rd, Weldon Spring, MO 63304, USA
Phone: (636) 447-1968
';var m_1679ac8271bc65659e95a2e13c0b73ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Southern Bank',});m_1679ac8271bc65659e95a2e13c0b73ef['infowindow'] = new google.maps.InfoWindow({content: $l1679ac8271bc65659e95a2e13c0b73ef});var infowindow = new google.maps.InfoWindow({content: $l1679ac8271bc65659e95a2e13c0b73ef});google.maps.event.addListener(m_1679ac8271bc65659e95a2e13c0b73ef, 'click', function() {infowindow.open(map,m_1679ac8271bc65659e95a2e13c0b73ef);});$marker.push(m_1679ac8271bc65659e95a2e13c0b73ef);}});}google.maps.event.addDomListener(window, 'load', initialize);