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.6701,-97.3776)};var g_769907f70864bed566c3e3ac5501475d = new google.maps.Geocoder();g_769907f70864bed566c3e3ac5501475d.geocode( { 'address': "5150 Trail Lake Dr # B, Fort Worth, TX 76133, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-highway-district-2cu').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-highway-district-2cu'), mapOptions);}document.getElementById('b8b227f5').innerHTML += ' | View Map';var $l769907f70864bed566c3e3ac5501475d = '

Highway District 2CU

Address: 5150 Trail Lake Dr # B, Fort Worth, TX 76133, USA
Phone: (817) 346-4920
';var m_769907f70864bed566c3e3ac5501475d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Highway District 2CU',});m_769907f70864bed566c3e3ac5501475d['infowindow'] = new google.maps.InfoWindow({content: $l769907f70864bed566c3e3ac5501475d});var infowindow = new google.maps.InfoWindow({content: $l769907f70864bed566c3e3ac5501475d});google.maps.event.addListener(m_769907f70864bed566c3e3ac5501475d, 'click', function() {infowindow.open(map,m_769907f70864bed566c3e3ac5501475d);});$marker.push(m_769907f70864bed566c3e3ac5501475d);}});}google.maps.event.addDomListener(window, 'load', initialize);