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.693,-97.4257)};var g_af5a968312f8d1e3246a966fac1606da = new google.maps.Geocoder();g_af5a968312f8d1e3246a966fac1606da.geocode( { 'address': "660 N Ridge Rd #102, Wichita, KS 67212, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-loan-smart-inc').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-loan-smart-inc'), mapOptions);}document.getElementById('65a010e9').innerHTML += ' | View Map';var $laf5a968312f8d1e3246a966fac1606da = '

Loan Smart Inc

Address: 660 N Ridge Rd #102, Wichita, KS 67212, USA
Phone: (316) 944-6260
';var m_af5a968312f8d1e3246a966fac1606da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Smart Inc',});m_af5a968312f8d1e3246a966fac1606da['infowindow'] = new google.maps.InfoWindow({content: $laf5a968312f8d1e3246a966fac1606da});var infowindow = new google.maps.InfoWindow({content: $laf5a968312f8d1e3246a966fac1606da});google.maps.event.addListener(m_af5a968312f8d1e3246a966fac1606da, 'click', function() {infowindow.open(map,m_af5a968312f8d1e3246a966fac1606da);});$marker.push(m_af5a968312f8d1e3246a966fac1606da);}});}google.maps.event.addDomListener(window, 'load', initialize);