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.0185,-96.7942)};var g_55647d729becccb60b6134856209e465 = new google.maps.Geocoder();g_55647d729becccb60b6134856209e465.geocode( { 'address': "1400 Preston Rd Suite 400, Plano, TX 75093, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-priority-1-credit-solutions').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-priority-1-credit-solutions'), mapOptions);}document.getElementById('dadc750e').innerHTML += ' | View Map';var $l55647d729becccb60b6134856209e465 = '

Priority 1 Credit Solutions

Address: 1400 Preston Rd Suite 400, Plano, TX 75093, USA
Phone: (469) 450-3230
';var m_55647d729becccb60b6134856209e465 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Priority 1 Credit Solutions',});m_55647d729becccb60b6134856209e465['infowindow'] = new google.maps.InfoWindow({content: $l55647d729becccb60b6134856209e465});var infowindow = new google.maps.InfoWindow({content: $l55647d729becccb60b6134856209e465});google.maps.event.addListener(m_55647d729becccb60b6134856209e465, 'click', function() {infowindow.open(map,m_55647d729becccb60b6134856209e465);});$marker.push(m_55647d729becccb60b6134856209e465);}});}google.maps.event.addDomListener(window, 'load', initialize);