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(37.7461,-97.4255)};var g_a986b87d9c10582b2021f9c0bf2a6f8d = new google.maps.Geocoder();g_a986b87d9c10582b2021f9c0bf2a6f8d.geocode( { 'address': "3460 N Ridge Rd #160, Wichita, KS 67205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-regent-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-regent-financial-group'), mapOptions);}document.getElementById('af29609d').innerHTML += ' | View Map';var $la986b87d9c10582b2021f9c0bf2a6f8d = '

Regent Financial Group

Address: 3460 N Ridge Rd #160, Wichita, KS 67205, USA
Phone: (316) 462-1341
';var m_a986b87d9c10582b2021f9c0bf2a6f8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regent Financial Group',});m_a986b87d9c10582b2021f9c0bf2a6f8d['infowindow'] = new google.maps.InfoWindow({content: $la986b87d9c10582b2021f9c0bf2a6f8d});var infowindow = new google.maps.InfoWindow({content: $la986b87d9c10582b2021f9c0bf2a6f8d});google.maps.event.addListener(m_a986b87d9c10582b2021f9c0bf2a6f8d, 'click', function() {infowindow.open(map,m_a986b87d9c10582b2021f9c0bf2a6f8d);});$marker.push(m_a986b87d9c10582b2021f9c0bf2a6f8d);}});}google.maps.event.addDomListener(window, 'load', initialize);