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_043555cbce9685a223341da753a18198 = new google.maps.Geocoder();g_043555cbce9685a223341da753a18198.geocode( { 'address': "2552 N Maize Ct, Wichita, KS 67205"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-KS-open-mortgage-of-wichita').style.display = '';map = new google.maps.Map(document.getElementById('wichita-KS-open-mortgage-of-wichita'), mapOptions);}document.getElementById('f908f0a3').innerHTML += ' | View Map';var $l043555cbce9685a223341da753a18198 = '

Open Mortgage of Wichita

Address: 2552 N Maize Ct, Wichita, KS 67205
Phone: (316) 616-9571
';var m_043555cbce9685a223341da753a18198 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Open Mortgage of Wichita',});m_043555cbce9685a223341da753a18198['infowindow'] = new google.maps.InfoWindow({content: $l043555cbce9685a223341da753a18198});var infowindow = new google.maps.InfoWindow({content: $l043555cbce9685a223341da753a18198});google.maps.event.addListener(m_043555cbce9685a223341da753a18198, 'click', function() {infowindow.open(map,m_043555cbce9685a223341da753a18198);});$marker.push(m_043555cbce9685a223341da753a18198);}});}google.maps.event.addDomListener(window, 'load', initialize);