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(31.1956,-98.7254)};var g_f4792354d961f9862ae260c61d86ab72 = new google.maps.Geocoder();g_f4792354d961f9862ae260c61d86ab72.geocode( { 'address': "209 E Brown St, San Saba, TX 76877"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-saba-TX-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-saba-TX-city-national-bank'), mapOptions);}document.getElementById('7151b93f').innerHTML += ' | View Map';var $lf4792354d961f9862ae260c61d86ab72 = '

City National Bank

Address: 209 E Brown St, San Saba, TX 76877
Phone: (325) 372-5721
';var m_f4792354d961f9862ae260c61d86ab72 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Bank',});m_f4792354d961f9862ae260c61d86ab72['infowindow'] = new google.maps.InfoWindow({content: $lf4792354d961f9862ae260c61d86ab72});var infowindow = new google.maps.InfoWindow({content: $lf4792354d961f9862ae260c61d86ab72});google.maps.event.addListener(m_f4792354d961f9862ae260c61d86ab72, 'click', function() {infowindow.open(map,m_f4792354d961f9862ae260c61d86ab72);});$marker.push(m_f4792354d961f9862ae260c61d86ab72);}});}google.maps.event.addDomListener(window, 'load', initialize);