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.685,-97.9104)};var g_5fefa1de72b55a5c66825ccc927485eb = new google.maps.Geocoder();g_5fefa1de72b55a5c66825ccc927485eb.geocode( { 'address': "721 S Highway 183, Liberty Hill, TX 78642"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liberty-hill-TX-first-texas-bank').style.display = '';map = new google.maps.Map(document.getElementById('liberty-hill-TX-first-texas-bank'), mapOptions);}document.getElementById('0240c121').innerHTML += ' | View Map';var $l5fefa1de72b55a5c66825ccc927485eb = '

First Texas Bank

Address: 721 S Highway 183, Liberty Hill, TX 78642
Phone: (512) 778-5757
';var m_5fefa1de72b55a5c66825ccc927485eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Texas Bank',});m_5fefa1de72b55a5c66825ccc927485eb['infowindow'] = new google.maps.InfoWindow({content: $l5fefa1de72b55a5c66825ccc927485eb});var infowindow = new google.maps.InfoWindow({content: $l5fefa1de72b55a5c66825ccc927485eb});google.maps.event.addListener(m_5fefa1de72b55a5c66825ccc927485eb, 'click', function() {infowindow.open(map,m_5fefa1de72b55a5c66825ccc927485eb);});$marker.push(m_5fefa1de72b55a5c66825ccc927485eb);}});}google.maps.event.addDomListener(window, 'load', initialize);