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.1383,-94.5003)};var g_da838feef62f47caf56ace851579d71b = new google.maps.Geocoder();g_da838feef62f47caf56ace851579d71b.geocode( { 'address': "6900 Executive Dr, Kansas City, MO 64120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-lee-mclain-nmls-680316').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-lee-mclain-nmls-680316'), mapOptions);}document.getElementById('b0659a0b').innerHTML += ' | View Map';var $lda838feef62f47caf56ace851579d71b = '

Lee McLain, NMLS #680316

Address: 6900 Executive Dr, Kansas City, MO 64120, USA
Phone: (816) 728-7700
';var m_da838feef62f47caf56ace851579d71b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lee McLain, NMLS #680316',});m_da838feef62f47caf56ace851579d71b['infowindow'] = new google.maps.InfoWindow({content: $lda838feef62f47caf56ace851579d71b});var infowindow = new google.maps.InfoWindow({content: $lda838feef62f47caf56ace851579d71b});google.maps.event.addListener(m_da838feef62f47caf56ace851579d71b, 'click', function() {infowindow.open(map,m_da838feef62f47caf56ace851579d71b);});$marker.push(m_da838feef62f47caf56ace851579d71b);}});}google.maps.event.addDomListener(window, 'load', initialize);