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(37.63,-93.5785)};var g_f983089dac62e42124227c856ae3444c = new google.maps.Geocoder();g_f983089dac62e42124227c856ae3444c.geocode( { 'address': "201 W 1st St, Fair Play, MO 65649, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fair-play-MO-great-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('fair-play-MO-great-southern-bank'), mapOptions);}document.getElementById('3a7742a3').innerHTML += ' | View Map';var $lf983089dac62e42124227c856ae3444c = '

Great Southern Bank

Address: 201 W 1st St, Fair Play, MO 65649, USA
Phone: (417) 654-2200
';var m_f983089dac62e42124227c856ae3444c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Southern Bank',});m_f983089dac62e42124227c856ae3444c['infowindow'] = new google.maps.InfoWindow({content: $lf983089dac62e42124227c856ae3444c});var infowindow = new google.maps.InfoWindow({content: $lf983089dac62e42124227c856ae3444c});google.maps.event.addListener(m_f983089dac62e42124227c856ae3444c, 'click', function() {infowindow.open(map,m_f983089dac62e42124227c856ae3444c);});$marker.push(m_f983089dac62e42124227c856ae3444c);}});}google.maps.event.addDomListener(window, 'load', initialize);