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.069,-96.7718)};var g_0184859d92fea02bfa8d31f8d37ca989 = new google.maps.Geocoder();g_0184859d92fea02bfa8d31f8d37ca989.geocode( { 'address': "6833 Coit Rd #103, Plano, TX 75024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-blue-star-residential-lending').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-blue-star-residential-lending'), mapOptions);}document.getElementById('7df7866e').innerHTML += ' | View Map';var $l0184859d92fea02bfa8d31f8d37ca989 = '

Blue Star Residential Lending

Address: 6833 Coit Rd #103, Plano, TX 75024, USA
Phone: (972) 265-0089
';var m_0184859d92fea02bfa8d31f8d37ca989 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blue Star Residential Lending',});m_0184859d92fea02bfa8d31f8d37ca989['infowindow'] = new google.maps.InfoWindow({content: $l0184859d92fea02bfa8d31f8d37ca989});var infowindow = new google.maps.InfoWindow({content: $l0184859d92fea02bfa8d31f8d37ca989});google.maps.event.addListener(m_0184859d92fea02bfa8d31f8d37ca989, 'click', function() {infowindow.open(map,m_0184859d92fea02bfa8d31f8d37ca989);});$marker.push(m_0184859d92fea02bfa8d31f8d37ca989);}});}google.maps.event.addDomListener(window, 'load', initialize);