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.0409,-100.922)};var g_1e3404fd5781baf121f474087030711c = new google.maps.Geocoder();g_1e3404fd5781baf121f474087030711c.geocode( { 'address': "303 N Kansas Ave, Liberal, KS 67901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liberal-KS-mortgages-unlimited-inc').style.display = '';map = new google.maps.Map(document.getElementById('liberal-KS-mortgages-unlimited-inc'), mapOptions);}document.getElementById('15c231d1').innerHTML += ' | View Map';var $l1e3404fd5781baf121f474087030711c = '

Mortgages Unlimited Inc

Address: 303 N Kansas Ave, Liberal, KS 67901, USA
Phone: (620) 624-7617
';var m_1e3404fd5781baf121f474087030711c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgages Unlimited Inc',});m_1e3404fd5781baf121f474087030711c['infowindow'] = new google.maps.InfoWindow({content: $l1e3404fd5781baf121f474087030711c});var infowindow = new google.maps.InfoWindow({content: $l1e3404fd5781baf121f474087030711c});google.maps.event.addListener(m_1e3404fd5781baf121f474087030711c, 'click', function() {infowindow.open(map,m_1e3404fd5781baf121f474087030711c);});$marker.push(m_1e3404fd5781baf121f474087030711c);}});}google.maps.event.addDomListener(window, 'load', initialize);