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.0571,-95.6765)};var g_5781a2637b476d781eb3134581b32044 = new google.maps.Geocoder();g_5781a2637b476d781eb3134581b32044.geocode( { 'address': "1201 SW Topeka Blvd, Topeka, KS 66612"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('topeka-KS-capitol-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('topeka-KS-capitol-federal-savings-bank'), mapOptions);}document.getElementById('220105c3').innerHTML += ' | View Map';var $l5781a2637b476d781eb3134581b32044 = '

Capitol Federal Savings Bank

Address: 1201 SW Topeka Blvd, Topeka, KS 66612
Phone: (785) 235-1341
';var m_5781a2637b476d781eb3134581b32044 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capitol Federal Savings Bank',});m_5781a2637b476d781eb3134581b32044['infowindow'] = new google.maps.InfoWindow({content: $l5781a2637b476d781eb3134581b32044});var infowindow = new google.maps.InfoWindow({content: $l5781a2637b476d781eb3134581b32044});google.maps.event.addListener(m_5781a2637b476d781eb3134581b32044, 'click', function() {infowindow.open(map,m_5781a2637b476d781eb3134581b32044);});$marker.push(m_5781a2637b476d781eb3134581b32044);}});}google.maps.event.addDomListener(window, 'load', initialize);