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_f8b96236900b6b922a6be63037854d2c = new google.maps.Geocoder();g_f8b96236900b6b922a6be63037854d2c.geocode( { 'address': "700 SW Jackson St #300, Topeka, KS 66603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('topeka-KS-office-of-the-state-bank-commissioner-of-kansas').style.display = '';map = new google.maps.Map(document.getElementById('topeka-KS-office-of-the-state-bank-commissioner-of-kansas'), mapOptions);}document.getElementById('f8268d55').innerHTML += ' | View Map';var $lf8b96236900b6b922a6be63037854d2c = '

Office of the State Bank Commissioner of Kansas

Address: 700 SW Jackson St #300, Topeka, KS 66603, USA
Phone: (785) 296-2266
';var m_f8b96236900b6b922a6be63037854d2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Office of the State Bank Commissioner of Kansas',});m_f8b96236900b6b922a6be63037854d2c['infowindow'] = new google.maps.InfoWindow({content: $lf8b96236900b6b922a6be63037854d2c});var infowindow = new google.maps.InfoWindow({content: $lf8b96236900b6b922a6be63037854d2c});google.maps.event.addListener(m_f8b96236900b6b922a6be63037854d2c, 'click', function() {infowindow.open(map,m_f8b96236900b6b922a6be63037854d2c);});$marker.push(m_f8b96236900b6b922a6be63037854d2c);}});}google.maps.event.addDomListener(window, 'load', initialize);