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.7321,-94.8087)};var g_fe19a63d1eb0ea58fa5471aee4c67b93 = new google.maps.Geocoder();g_fe19a63d1eb0ea58fa5471aee4c67b93.geocode( { 'address': "22330 S Harrison St, Spring Hill, KS 66083"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-hill-KS-great-southern-bank').style.display = '';map = new google.maps.Map(document.getElementById('spring-hill-KS-great-southern-bank'), mapOptions);}document.getElementById('a2515d85').innerHTML += ' | View Map';var $lfe19a63d1eb0ea58fa5471aee4c67b93 = '

Great Southern Bank

Address: 22330 S Harrison St, Spring Hill, KS 66083
Phone: (913) 592-4242
';var m_fe19a63d1eb0ea58fa5471aee4c67b93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Southern Bank',});m_fe19a63d1eb0ea58fa5471aee4c67b93['infowindow'] = new google.maps.InfoWindow({content: $lfe19a63d1eb0ea58fa5471aee4c67b93});var infowindow = new google.maps.InfoWindow({content: $lfe19a63d1eb0ea58fa5471aee4c67b93});google.maps.event.addListener(m_fe19a63d1eb0ea58fa5471aee4c67b93, 'click', function() {infowindow.open(map,m_fe19a63d1eb0ea58fa5471aee4c67b93);});$marker.push(m_fe19a63d1eb0ea58fa5471aee4c67b93);}});}google.maps.event.addDomListener(window, 'load', initialize);