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.5053,-96.2632)};var g_e78c666d9e6c8aaf2cb2044b8960c4d2 = new google.maps.Geocoder();g_e78c666d9e6c8aaf2cb2044b8960c4d2.geocode( { 'address': "702 Main St, Americus, KS 66835"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('americus-KS-kansasland-bank').style.display = '';map = new google.maps.Map(document.getElementById('americus-KS-kansasland-bank'), mapOptions);}document.getElementById('20e753c7').innerHTML += ' | View Map';var $le78c666d9e6c8aaf2cb2044b8960c4d2 = '

Kansasland Bank

Address: 702 Main St, Americus, KS 66835
Phone: (620) 443-5163
';var m_e78c666d9e6c8aaf2cb2044b8960c4d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kansasland Bank',});m_e78c666d9e6c8aaf2cb2044b8960c4d2['infowindow'] = new google.maps.InfoWindow({content: $le78c666d9e6c8aaf2cb2044b8960c4d2});var infowindow = new google.maps.InfoWindow({content: $le78c666d9e6c8aaf2cb2044b8960c4d2});google.maps.event.addListener(m_e78c666d9e6c8aaf2cb2044b8960c4d2, 'click', function() {infowindow.open(map,m_e78c666d9e6c8aaf2cb2044b8960c4d2);});$marker.push(m_e78c666d9e6c8aaf2cb2044b8960c4d2);}});}google.maps.event.addDomListener(window, 'load', initialize);