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(33.0207,-96.7189)};var g_fe47fcd50f23f3860202b9e4c5b7321b = new google.maps.Geocoder();g_fe47fcd50f23f3860202b9e4c5b7321b.geocode( { 'address': "1255 W 15th St #300, Plano, TX 75075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-loan-ready-program').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-loan-ready-program'), mapOptions);}document.getElementById('86da046d').innerHTML += ' | View Map';var $lfe47fcd50f23f3860202b9e4c5b7321b = '

Loan Ready Program

Address: 1255 W 15th St #300, Plano, TX 75075, USA
Phone: (855) 670-4010
';var m_fe47fcd50f23f3860202b9e4c5b7321b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Ready Program',});m_fe47fcd50f23f3860202b9e4c5b7321b['infowindow'] = new google.maps.InfoWindow({content: $lfe47fcd50f23f3860202b9e4c5b7321b});var infowindow = new google.maps.InfoWindow({content: $lfe47fcd50f23f3860202b9e4c5b7321b});google.maps.event.addListener(m_fe47fcd50f23f3860202b9e4c5b7321b, 'click', function() {infowindow.open(map,m_fe47fcd50f23f3860202b9e4c5b7321b);});$marker.push(m_fe47fcd50f23f3860202b9e4c5b7321b);}});}google.maps.event.addDomListener(window, 'load', initialize);