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(32.8648,-96.7725)};var g_191ac1fb8b8b6f38173bcbc0106b1e46 = new google.maps.Geocoder();g_191ac1fb8b8b6f38173bcbc0106b1e46.geocode( { 'address': "8401 N Central Expy Suite 600, Dallas, TX 75225, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-newstar-business-credit').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-newstar-business-credit'), mapOptions);}document.getElementById('a1a35aa1').innerHTML += ' | View Map';var $l191ac1fb8b8b6f38173bcbc0106b1e46 = '

NewStar Business Credit

Address: 8401 N Central Expy Suite 600, Dallas, TX 75225, USA
Phone: (214) 242-5800
';var m_191ac1fb8b8b6f38173bcbc0106b1e46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NewStar Business Credit',});m_191ac1fb8b8b6f38173bcbc0106b1e46['infowindow'] = new google.maps.InfoWindow({content: $l191ac1fb8b8b6f38173bcbc0106b1e46});var infowindow = new google.maps.InfoWindow({content: $l191ac1fb8b8b6f38173bcbc0106b1e46});google.maps.event.addListener(m_191ac1fb8b8b6f38173bcbc0106b1e46, 'click', function() {infowindow.open(map,m_191ac1fb8b8b6f38173bcbc0106b1e46);});$marker.push(m_191ac1fb8b8b6f38173bcbc0106b1e46);}});}google.maps.event.addDomListener(window, 'load', initialize);