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.7424,-94.826)};var g_3a3fa38a1cae5d55bdef9905daf504bb = new google.maps.Geocoder();g_3a3fa38a1cae5d55bdef9905daf504bb.geocode( { 'address': "201 S Webster St, Spring Hill, KS 66083, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-hill-KS-state-bank-of-spring-hill').style.display = '';map = new google.maps.Map(document.getElementById('spring-hill-KS-state-bank-of-spring-hill'), mapOptions);}document.getElementById('caac7835').innerHTML += ' | View Map';var $l3a3fa38a1cae5d55bdef9905daf504bb = '

State Bank of Spring Hill

Address: 201 S Webster St, Spring Hill, KS 66083, USA
Phone: (913) 592-3326
';var m_3a3fa38a1cae5d55bdef9905daf504bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank of Spring Hill',});m_3a3fa38a1cae5d55bdef9905daf504bb['infowindow'] = new google.maps.InfoWindow({content: $l3a3fa38a1cae5d55bdef9905daf504bb});var infowindow = new google.maps.InfoWindow({content: $l3a3fa38a1cae5d55bdef9905daf504bb});google.maps.event.addListener(m_3a3fa38a1cae5d55bdef9905daf504bb, 'click', function() {infowindow.open(map,m_3a3fa38a1cae5d55bdef9905daf504bb);});$marker.push(m_3a3fa38a1cae5d55bdef9905daf504bb);}});}google.maps.event.addDomListener(window, 'load', initialize);