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.0184,-96.794)};var g_66f8c9849717ee8f5bc1630f4d44d2cb = new google.maps.Geocoder();g_66f8c9849717ee8f5bc1630f4d44d2cb.geocode( { 'address': "1400 Preston Rd #400, Plano, TX 75093, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-lenders-choice-credit-solutions').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-lenders-choice-credit-solutions'), mapOptions);}document.getElementById('57fbd35c').innerHTML += ' | View Map';var $l66f8c9849717ee8f5bc1630f4d44d2cb = '

Lenders Choice Credit Solutions

Address: 1400 Preston Rd #400, Plano, TX 75093, USA
Phone: (214) 307-4946
';var m_66f8c9849717ee8f5bc1630f4d44d2cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lenders Choice Credit Solutions',});m_66f8c9849717ee8f5bc1630f4d44d2cb['infowindow'] = new google.maps.InfoWindow({content: $l66f8c9849717ee8f5bc1630f4d44d2cb});var infowindow = new google.maps.InfoWindow({content: $l66f8c9849717ee8f5bc1630f4d44d2cb});google.maps.event.addListener(m_66f8c9849717ee8f5bc1630f4d44d2cb, 'click', function() {infowindow.open(map,m_66f8c9849717ee8f5bc1630f4d44d2cb);});$marker.push(m_66f8c9849717ee8f5bc1630f4d44d2cb);}});}google.maps.event.addDomListener(window, 'load', initialize);