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.9501,-95.2575)};var g_7bf4dff60c4183f7e30aa46b25cc6958 = new google.maps.Geocoder();g_7bf4dff60c4183f7e30aa46b25cc6958.geocode( { 'address': "1700 S Jackson St, Jacksonville, TX 75766"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-TX-austin-bank').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-TX-austin-bank'), mapOptions);}document.getElementById('190a5a59').innerHTML += ' | View Map';var $l7bf4dff60c4183f7e30aa46b25cc6958 = '

Austin Bank

Address: 1700 S Jackson St, Jacksonville, TX 75766
Phone: (903) 589-8800
';var m_7bf4dff60c4183f7e30aa46b25cc6958 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Austin Bank',});m_7bf4dff60c4183f7e30aa46b25cc6958['infowindow'] = new google.maps.InfoWindow({content: $l7bf4dff60c4183f7e30aa46b25cc6958});var infowindow = new google.maps.InfoWindow({content: $l7bf4dff60c4183f7e30aa46b25cc6958});google.maps.event.addListener(m_7bf4dff60c4183f7e30aa46b25cc6958, 'click', function() {infowindow.open(map,m_7bf4dff60c4183f7e30aa46b25cc6958);});$marker.push(m_7bf4dff60c4183f7e30aa46b25cc6958);}});}google.maps.event.addDomListener(window, 'load', initialize);