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.841,-94.7087)};var g_0de308304dd71fff33f9cd7275712223 = new google.maps.Geocoder();g_0de308304dd71fff33f9cd7275712223.geocode( { 'address': "24 S Judson St, Fort Scott, KS 66701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-scott-KS-liberty-savings-association-fsa').style.display = '';map = new google.maps.Map(document.getElementById('fort-scott-KS-liberty-savings-association-fsa'), mapOptions);}document.getElementById('7f88df76').innerHTML += ' | View Map';var $l0de308304dd71fff33f9cd7275712223 = '

Liberty Savings Association FSA

Address: 24 S Judson St, Fort Scott, KS 66701, USA
Phone: (620) 223-0300
';var m_0de308304dd71fff33f9cd7275712223 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Savings Association FSA',});m_0de308304dd71fff33f9cd7275712223['infowindow'] = new google.maps.InfoWindow({content: $l0de308304dd71fff33f9cd7275712223});var infowindow = new google.maps.InfoWindow({content: $l0de308304dd71fff33f9cd7275712223});google.maps.event.addListener(m_0de308304dd71fff33f9cd7275712223, 'click', function() {infowindow.open(map,m_0de308304dd71fff33f9cd7275712223);});$marker.push(m_0de308304dd71fff33f9cd7275712223);}});}google.maps.event.addDomListener(window, 'load', initialize);