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(39.2206,-94.5721)};var g_71c6943949d7358c09d58584b39448d4 = new google.maps.Geocoder();g_71c6943949d7358c09d58584b39448d4.geocode( { 'address': "6910 N Holmes St # 220, Kansas City, MO 64118, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-assured-mortgage-llc').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-assured-mortgage-llc'), mapOptions);}document.getElementById('540ecdd0').innerHTML += ' | View Map';var $l71c6943949d7358c09d58584b39448d4 = '

Assured Mortgage LLC

Address: 6910 N Holmes St # 220, Kansas City, MO 64118, USA
Phone: (816) 468-1209
';var m_71c6943949d7358c09d58584b39448d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Assured Mortgage LLC',});m_71c6943949d7358c09d58584b39448d4['infowindow'] = new google.maps.InfoWindow({content: $l71c6943949d7358c09d58584b39448d4});var infowindow = new google.maps.InfoWindow({content: $l71c6943949d7358c09d58584b39448d4});google.maps.event.addListener(m_71c6943949d7358c09d58584b39448d4, 'click', function() {infowindow.open(map,m_71c6943949d7358c09d58584b39448d4);});$marker.push(m_71c6943949d7358c09d58584b39448d4);}});}google.maps.event.addDomListener(window, 'load', initialize);