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(38.929,-94.7187)};var g_552fd29905739c6a2530a5d60b19d196 = new google.maps.Geocoder();g_552fd29905739c6a2530a5d60b19d196.geocode( { 'address': "11020 King St #390, Overland Park, KS 66210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('overland-park-KS-midwest-va-loans').style.display = '';map = new google.maps.Map(document.getElementById('overland-park-KS-midwest-va-loans'), mapOptions);}document.getElementById('f033ea07').innerHTML += ' | View Map';var $l552fd29905739c6a2530a5d60b19d196 = '

Midwest VA Loans

Address: 11020 King St #390, Overland Park, KS 66210, USA
Phone: (913) 712-0484
';var m_552fd29905739c6a2530a5d60b19d196 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midwest VA Loans',});m_552fd29905739c6a2530a5d60b19d196['infowindow'] = new google.maps.InfoWindow({content: $l552fd29905739c6a2530a5d60b19d196});var infowindow = new google.maps.InfoWindow({content: $l552fd29905739c6a2530a5d60b19d196});google.maps.event.addListener(m_552fd29905739c6a2530a5d60b19d196, 'click', function() {infowindow.open(map,m_552fd29905739c6a2530a5d60b19d196);});$marker.push(m_552fd29905739c6a2530a5d60b19d196);}});}google.maps.event.addDomListener(window, 'load', initialize);