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.5184,-97.6707)};var g_3179bf006513276628b32add2d8c487e = new google.maps.Geocoder();g_3179bf006513276628b32add2d8c487e.geocode( { 'address': "902 E Palm Valley Blvd, Round Rock, TX 78664, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('round-rock-TX-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('round-rock-TX-union-bank'), mapOptions);}document.getElementById('636423c6').innerHTML += ' | View Map';var $l3179bf006513276628b32add2d8c487e = '

Union bank

Address: 902 E Palm Valley Blvd, Round Rock, TX 78664, USA
Phone:
';var m_3179bf006513276628b32add2d8c487e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union bank',});m_3179bf006513276628b32add2d8c487e['infowindow'] = new google.maps.InfoWindow({content: $l3179bf006513276628b32add2d8c487e});var infowindow = new google.maps.InfoWindow({content: $l3179bf006513276628b32add2d8c487e});google.maps.event.addListener(m_3179bf006513276628b32add2d8c487e, 'click', function() {infowindow.open(map,m_3179bf006513276628b32add2d8c487e);});$marker.push(m_3179bf006513276628b32add2d8c487e);}});}google.maps.event.addDomListener(window, 'load', initialize);