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.9921,-96.9724)};var g_aa773af9d4e7da84b5162a1ab8618bdb = new google.maps.Geocoder();g_aa773af9d4e7da84b5162a1ab8618bdb.geocode( { 'address': "700 TX-121 #100, Lewisville, TX 75067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewisville-TX-ntfn-inc').style.display = '';map = new google.maps.Map(document.getElementById('lewisville-TX-ntfn-inc'), mapOptions);}document.getElementById('a9f2279a').innerHTML += ' | View Map';var $laa773af9d4e7da84b5162a1ab8618bdb = '

NTFN, Inc.

Address: 700 TX-121 #100, Lewisville, TX 75067, USA
Phone: (972) 818-5626
';var m_aa773af9d4e7da84b5162a1ab8618bdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NTFN, Inc.',});m_aa773af9d4e7da84b5162a1ab8618bdb['infowindow'] = new google.maps.InfoWindow({content: $laa773af9d4e7da84b5162a1ab8618bdb});var infowindow = new google.maps.InfoWindow({content: $laa773af9d4e7da84b5162a1ab8618bdb});google.maps.event.addListener(m_aa773af9d4e7da84b5162a1ab8618bdb, 'click', function() {infowindow.open(map,m_aa773af9d4e7da84b5162a1ab8618bdb);});$marker.push(m_aa773af9d4e7da84b5162a1ab8618bdb);}});}google.maps.event.addDomListener(window, 'load', initialize);