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.2169,-98.1582)};var g_2bd195bb783380add44514b30943a18a = new google.maps.Geocoder();g_2bd195bb783380add44514b30943a18a.geocode( { 'address': "201 S Main St, Jacksboro, TX 76458, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksboro-TX-legacytexas---jacksboro').style.display = '';map = new google.maps.Map(document.getElementById('jacksboro-TX-legacytexas---jacksboro'), mapOptions);}document.getElementById('062ebc68').innerHTML += ' | View Map';var $l2bd195bb783380add44514b30943a18a = '

LegacyTexas - Jacksboro

Address: 201 S Main St, Jacksboro, TX 76458, USA
Phone: (972) 578-5000
';var m_2bd195bb783380add44514b30943a18a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LegacyTexas - Jacksboro',});m_2bd195bb783380add44514b30943a18a['infowindow'] = new google.maps.InfoWindow({content: $l2bd195bb783380add44514b30943a18a});var infowindow = new google.maps.InfoWindow({content: $l2bd195bb783380add44514b30943a18a});google.maps.event.addListener(m_2bd195bb783380add44514b30943a18a, 'click', function() {infowindow.open(map,m_2bd195bb783380add44514b30943a18a);});$marker.push(m_2bd195bb783380add44514b30943a18a);}});}google.maps.event.addDomListener(window, 'load', initialize);