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.2202,-97.7499)};var g_757deb22acbb6b1e217fc378ac78b2a4 = new google.maps.Geocoder();g_757deb22acbb6b1e217fc378ac78b2a4.geocode( { 'address': "5816 N Interstate 35, Austin, TX 78751"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austin-TX-united-central-bank').style.display = '';map = new google.maps.Map(document.getElementById('austin-TX-united-central-bank'), mapOptions);}document.getElementById('8f5c2b74').innerHTML += ' | View Map';var $l757deb22acbb6b1e217fc378ac78b2a4 = '

United Central Bank

Address: 5816 N Interstate 35, Austin, TX 78751
Phone: (512) 323-6550
';var m_757deb22acbb6b1e217fc378ac78b2a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Central Bank',});m_757deb22acbb6b1e217fc378ac78b2a4['infowindow'] = new google.maps.InfoWindow({content: $l757deb22acbb6b1e217fc378ac78b2a4});var infowindow = new google.maps.InfoWindow({content: $l757deb22acbb6b1e217fc378ac78b2a4});google.maps.event.addListener(m_757deb22acbb6b1e217fc378ac78b2a4, 'click', function() {infowindow.open(map,m_757deb22acbb6b1e217fc378ac78b2a4);});$marker.push(m_757deb22acbb6b1e217fc378ac78b2a4);}});}google.maps.event.addDomListener(window, 'load', initialize);