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.6442,-98.7398)};var g_684060831aaeda7a5dc9364934c41c65 = new google.maps.Geocoder();g_684060831aaeda7a5dc9364934c41c65.geocode( { 'address': "223 S Main St, Pratt, KS 67124, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pratt-KS-pratt-community-bancshares').style.display = '';map = new google.maps.Map(document.getElementById('pratt-KS-pratt-community-bancshares'), mapOptions);}document.getElementById('7cd469b6').innerHTML += ' | View Map';var $l684060831aaeda7a5dc9364934c41c65 = '

Pratt Community Bancshares

Address: 223 S Main St, Pratt, KS 67124, USA
Phone: (620) 672-6421
';var m_684060831aaeda7a5dc9364934c41c65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pratt Community Bancshares',});m_684060831aaeda7a5dc9364934c41c65['infowindow'] = new google.maps.InfoWindow({content: $l684060831aaeda7a5dc9364934c41c65});var infowindow = new google.maps.InfoWindow({content: $l684060831aaeda7a5dc9364934c41c65});google.maps.event.addListener(m_684060831aaeda7a5dc9364934c41c65, 'click', function() {infowindow.open(map,m_684060831aaeda7a5dc9364934c41c65);});$marker.push(m_684060831aaeda7a5dc9364934c41c65);}});}google.maps.event.addDomListener(window, 'load', initialize);