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.0727,-96.8237)};var g_55f909c30e28f2ccfcf1a78a97a8e6fd = new google.maps.Geocoder();g_55f909c30e28f2ccfcf1a78a97a8e6fd.geocode( { 'address': "6900 North Dallas Parkway, Suite # 375, Plano, TX 75024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-blueknight-financial-llc').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-blueknight-financial-llc'), mapOptions);}document.getElementById('acf49717').innerHTML += ' | View Map';var $l55f909c30e28f2ccfcf1a78a97a8e6fd = '

Blueknight Financial LLC

Address: 6900 North Dallas Parkway, Suite # 375, Plano, TX 75024, USA
Phone: (469) 626-3935
';var m_55f909c30e28f2ccfcf1a78a97a8e6fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blueknight Financial LLC',});m_55f909c30e28f2ccfcf1a78a97a8e6fd['infowindow'] = new google.maps.InfoWindow({content: $l55f909c30e28f2ccfcf1a78a97a8e6fd});var infowindow = new google.maps.InfoWindow({content: $l55f909c30e28f2ccfcf1a78a97a8e6fd});google.maps.event.addListener(m_55f909c30e28f2ccfcf1a78a97a8e6fd, 'click', function() {infowindow.open(map,m_55f909c30e28f2ccfcf1a78a97a8e6fd);});$marker.push(m_55f909c30e28f2ccfcf1a78a97a8e6fd);}});}google.maps.event.addDomListener(window, 'load', initialize);