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.8127,-94.7058)};var g_006c64491cb8acf2092ce0e0341797fe = new google.maps.Geocoder();g_006c64491cb8acf2092ce0e0341797fe.geocode( { 'address': "69 Hwy S & 23rd St, Fort Scott, KS 66701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-scott-KS-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-scott-KS-citizens-bank'), mapOptions);}document.getElementById('effdb074').innerHTML += ' | View Map';var $l006c64491cb8acf2092ce0e0341797fe = '

Citizens Bank

Address: 69 Hwy S & 23rd St, Fort Scott, KS 66701, USA
Phone: (620) 223-1104
';var m_006c64491cb8acf2092ce0e0341797fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_006c64491cb8acf2092ce0e0341797fe['infowindow'] = new google.maps.InfoWindow({content: $l006c64491cb8acf2092ce0e0341797fe});var infowindow = new google.maps.InfoWindow({content: $l006c64491cb8acf2092ce0e0341797fe});google.maps.event.addListener(m_006c64491cb8acf2092ce0e0341797fe, 'click', function() {infowindow.open(map,m_006c64491cb8acf2092ce0e0341797fe);});$marker.push(m_006c64491cb8acf2092ce0e0341797fe);}});}google.maps.event.addDomListener(window, 'load', initialize);