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.0504,-95.675)};var g_b5c6f7094bd23b059624131ec409a422 = new google.maps.Geocoder();g_b5c6f7094bd23b059624131ec409a422.geocode( { 'address': "700 SW Jackson St #803, Topeka, KS 66603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('topeka-KS-kansas-department-of-credit-unions').style.display = '';map = new google.maps.Map(document.getElementById('topeka-KS-kansas-department-of-credit-unions'), mapOptions);}document.getElementById('254f99a1').innerHTML += ' | View Map';var $lb5c6f7094bd23b059624131ec409a422 = '

Kansas Department of Credit Unions

Address: 700 SW Jackson St #803, Topeka, KS 66603, USA
Phone: (785) 296-3021
';var m_b5c6f7094bd23b059624131ec409a422 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kansas Department of Credit Unions',});m_b5c6f7094bd23b059624131ec409a422['infowindow'] = new google.maps.InfoWindow({content: $lb5c6f7094bd23b059624131ec409a422});var infowindow = new google.maps.InfoWindow({content: $lb5c6f7094bd23b059624131ec409a422});google.maps.event.addListener(m_b5c6f7094bd23b059624131ec409a422, 'click', function() {infowindow.open(map,m_b5c6f7094bd23b059624131ec409a422);});$marker.push(m_b5c6f7094bd23b059624131ec409a422);}});}google.maps.event.addDomListener(window, 'load', initialize);