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.4103,-97.7486)};var g_c325a1f2d1226ac996f297052c91a683 = new google.maps.Geocoder();g_c325a1f2d1226ac996f297052c91a683.geocode( { 'address': "11211 Taylor Draper Ln #203, Austin, TX 78759, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austin-TX-the-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('austin-TX-the-federal-savings-bank'), mapOptions);}document.getElementById('3b8ef56a').innerHTML += ' | View Map';var $lc325a1f2d1226ac996f297052c91a683 = '

The Federal Savings Bank

Address: 11211 Taylor Draper Ln #203, Austin, TX 78759, USA
Phone: (512) 813-1753
';var m_c325a1f2d1226ac996f297052c91a683 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Federal Savings Bank',});m_c325a1f2d1226ac996f297052c91a683['infowindow'] = new google.maps.InfoWindow({content: $lc325a1f2d1226ac996f297052c91a683});var infowindow = new google.maps.InfoWindow({content: $lc325a1f2d1226ac996f297052c91a683});google.maps.event.addListener(m_c325a1f2d1226ac996f297052c91a683, 'click', function() {infowindow.open(map,m_c325a1f2d1226ac996f297052c91a683);});$marker.push(m_c325a1f2d1226ac996f297052c91a683);}});}google.maps.event.addDomListener(window, 'load', initialize);