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.3028,-98.1568)};var g_314f4127a8cfeb57dc63757f33360135 = new google.maps.Geocoder();g_314f4127a8cfeb57dc63757f33360135.geocode( { 'address': "910 N Main St, Jacksboro, TX 76458"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksboro-TX-jacksboro-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('jacksboro-TX-jacksboro-national-bank'), mapOptions);}document.getElementById('bb99f472').innerHTML += ' | View Map';var $l314f4127a8cfeb57dc63757f33360135 = '

Jacksboro National Bank

Address: 910 N Main St, Jacksboro, TX 76458
Phone: (940) 567-5551
';var m_314f4127a8cfeb57dc63757f33360135 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jacksboro National Bank',});m_314f4127a8cfeb57dc63757f33360135['infowindow'] = new google.maps.InfoWindow({content: $l314f4127a8cfeb57dc63757f33360135});var infowindow = new google.maps.InfoWindow({content: $l314f4127a8cfeb57dc63757f33360135});google.maps.event.addListener(m_314f4127a8cfeb57dc63757f33360135, 'click', function() {infowindow.open(map,m_314f4127a8cfeb57dc63757f33360135);});$marker.push(m_314f4127a8cfeb57dc63757f33360135);}});}google.maps.event.addDomListener(window, 'load', initialize);