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(30.7091,-103.914)};var g_f751d1737394595d879593b4c0799c78 = new google.maps.Geocoder();g_f751d1737394595d879593b4c0799c78.geocode( { 'address': "1000 Memorial Sq, Fort Davis, TX 79734"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-davis-TX-fort-davis-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-davis-TX-fort-davis-state-bank'), mapOptions);}document.getElementById('61a71ef8').innerHTML += ' | View Map';var $lf751d1737394595d879593b4c0799c78 = '

Fort Davis State Bank

Address: 1000 Memorial Sq, Fort Davis, TX 79734
Phone: (432) 426-3211
';var m_f751d1737394595d879593b4c0799c78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fort Davis State Bank',});m_f751d1737394595d879593b4c0799c78['infowindow'] = new google.maps.InfoWindow({content: $lf751d1737394595d879593b4c0799c78});var infowindow = new google.maps.InfoWindow({content: $lf751d1737394595d879593b4c0799c78});google.maps.event.addListener(m_f751d1737394595d879593b4c0799c78, 'click', function() {infowindow.open(map,m_f751d1737394595d879593b4c0799c78);});$marker.push(m_f751d1737394595d879593b4c0799c78);}});}google.maps.event.addDomListener(window, 'load', initialize);