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_2a202546a9f78b3320773a9f3c44ea4c = new google.maps.Geocoder();g_2a202546a9f78b3320773a9f3c44ea4c.geocode( { 'address': "13601 W State Highway 29, Liberty Hill, TX 78642"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liberty-hill-TX-union-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('liberty-hill-TX-union-state-bank'), mapOptions);}document.getElementById('7b7884b4').innerHTML += ' | View Map';var $l2a202546a9f78b3320773a9f3c44ea4c = '

Union State Bank

Address: 13601 W State Highway 29, Liberty Hill, TX 78642
Phone: (512) 515-6300
';var m_2a202546a9f78b3320773a9f3c44ea4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union State Bank',});m_2a202546a9f78b3320773a9f3c44ea4c['infowindow'] = new google.maps.InfoWindow({content: $l2a202546a9f78b3320773a9f3c44ea4c});var infowindow = new google.maps.InfoWindow({content: $l2a202546a9f78b3320773a9f3c44ea4c});google.maps.event.addListener(m_2a202546a9f78b3320773a9f3c44ea4c, 'click', function() {infowindow.open(map,m_2a202546a9f78b3320773a9f3c44ea4c);});$marker.push(m_2a202546a9f78b3320773a9f3c44ea4c);}});}google.maps.event.addDomListener(window, 'load', initialize);