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(39.1974,-96.5973)};var g_86a2587a85be5c0cc7e8d02f82df6cc1 = new google.maps.Geocoder();g_86a2587a85be5c0cc7e8d02f82df6cc1.geocode( { 'address': "8685 E US Highway 24, Manhattan, KS 66502"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manhattan-KS-farmer-s-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('manhattan-KS-farmer-s-state-bank'), mapOptions);}document.getElementById('a7dfb207').innerHTML += ' | View Map';var $l86a2587a85be5c0cc7e8d02f82df6cc1 = '

Farmer's State Bank

Address: 8685 E US Highway 24, Manhattan, KS 66502
Phone: (785) 539-9002
';var m_86a2587a85be5c0cc7e8d02f82df6cc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmer's State Bank',});m_86a2587a85be5c0cc7e8d02f82df6cc1['infowindow'] = new google.maps.InfoWindow({content: $l86a2587a85be5c0cc7e8d02f82df6cc1});var infowindow = new google.maps.InfoWindow({content: $l86a2587a85be5c0cc7e8d02f82df6cc1});google.maps.event.addListener(m_86a2587a85be5c0cc7e8d02f82df6cc1, 'click', function() {infowindow.open(map,m_86a2587a85be5c0cc7e8d02f82df6cc1);});$marker.push(m_86a2587a85be5c0cc7e8d02f82df6cc1);}});}google.maps.event.addDomListener(window, 'load', initialize);