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.6882,-97.343)};var g_7c103ddc7fa98bc2687b3902ad4f2710 = new google.maps.Geocoder();g_7c103ddc7fa98bc2687b3902ad4f2710.geocode( { 'address': "2120 N Woodlawn St, Wichita, KS 67208"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-firstrust-mortgage-of-wichita').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-firstrust-mortgage-of-wichita'), mapOptions);}document.getElementById('dcb98a47').innerHTML += ' | View Map';var $l7c103ddc7fa98bc2687b3902ad4f2710 = '

FirsTrust Mortgage of Wichita

Address: 2120 N Woodlawn St, Wichita, KS 67208
Phone: (316) 361-8824
';var m_7c103ddc7fa98bc2687b3902ad4f2710 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FirsTrust Mortgage of Wichita',});m_7c103ddc7fa98bc2687b3902ad4f2710['infowindow'] = new google.maps.InfoWindow({content: $l7c103ddc7fa98bc2687b3902ad4f2710});var infowindow = new google.maps.InfoWindow({content: $l7c103ddc7fa98bc2687b3902ad4f2710});google.maps.event.addListener(m_7c103ddc7fa98bc2687b3902ad4f2710, 'click', function() {infowindow.open(map,m_7c103ddc7fa98bc2687b3902ad4f2710);});$marker.push(m_7c103ddc7fa98bc2687b3902ad4f2710);}});}google.maps.event.addDomListener(window, 'load', initialize);