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.9509,-94.7762)};var g_55d5fd1928f1867e8dc0957ae5a71f20 = new google.maps.Geocoder();g_55d5fd1928f1867e8dc0957ae5a71f20.geocode( { 'address': "9777 Ridge Dr, Lenexa, KS 66219, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lenexa-KS-ted-murray-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('lenexa-KS-ted-murray-home-loans'), mapOptions);}document.getElementById('7d17f429').innerHTML += ' | View Map';var $l55d5fd1928f1867e8dc0957ae5a71f20 = '

Ted Murray Home Loans

Address: 9777 Ridge Dr, Lenexa, KS 66219, USA
Phone: (913) 981-1754
';var m_55d5fd1928f1867e8dc0957ae5a71f20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ted Murray Home Loans',});m_55d5fd1928f1867e8dc0957ae5a71f20['infowindow'] = new google.maps.InfoWindow({content: $l55d5fd1928f1867e8dc0957ae5a71f20});var infowindow = new google.maps.InfoWindow({content: $l55d5fd1928f1867e8dc0957ae5a71f20});google.maps.event.addListener(m_55d5fd1928f1867e8dc0957ae5a71f20, 'click', function() {infowindow.open(map,m_55d5fd1928f1867e8dc0957ae5a71f20);});$marker.push(m_55d5fd1928f1867e8dc0957ae5a71f20);}});}google.maps.event.addDomListener(window, 'load', initialize);