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(36.3594,-82.3989)};var g_226e6ee3032af075c2cc422aa3e91a31 = new google.maps.Geocoder();g_226e6ee3032af075c2cc422aa3e91a31.geocode( { 'address': "3111 Browns Mill Rd, Johnson City, TN 37604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-TN-fort-sill-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-TN-fort-sill-national-bank'), mapOptions);}document.getElementById('892c4180').innerHTML += ' | View Map';var $l226e6ee3032af075c2cc422aa3e91a31 = '

Fort Sill National Bank

Address: 3111 Browns Mill Rd, Johnson City, TN 37604, USA
Phone: (423) 467-9918
';var m_226e6ee3032af075c2cc422aa3e91a31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fort Sill National Bank',});m_226e6ee3032af075c2cc422aa3e91a31['infowindow'] = new google.maps.InfoWindow({content: $l226e6ee3032af075c2cc422aa3e91a31});var infowindow = new google.maps.InfoWindow({content: $l226e6ee3032af075c2cc422aa3e91a31});google.maps.event.addListener(m_226e6ee3032af075c2cc422aa3e91a31, 'click', function() {infowindow.open(map,m_226e6ee3032af075c2cc422aa3e91a31);});$marker.push(m_226e6ee3032af075c2cc422aa3e91a31);}});}google.maps.event.addDomListener(window, 'load', initialize);