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.6376,-97.6598)};var g_1d153493d4189a91c0e59ac035307a75 = new google.maps.Geocoder();g_1d153493d4189a91c0e59ac035307a75.geocode( { 'address': "2415 Williams Dr, Georgetown, TX 78628"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('georgetown-TX-r-bank-texas').style.display = '';map = new google.maps.Map(document.getElementById('georgetown-TX-r-bank-texas'), mapOptions);}document.getElementById('d33d2c63').innerHTML += ' | View Map';var $l1d153493d4189a91c0e59ac035307a75 = '

R Bank Texas

Address: 2415 Williams Dr, Georgetown, TX 78628
Phone: (512) 652-9000
';var m_1d153493d4189a91c0e59ac035307a75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'R Bank Texas',});m_1d153493d4189a91c0e59ac035307a75['infowindow'] = new google.maps.InfoWindow({content: $l1d153493d4189a91c0e59ac035307a75});var infowindow = new google.maps.InfoWindow({content: $l1d153493d4189a91c0e59ac035307a75});google.maps.event.addListener(m_1d153493d4189a91c0e59ac035307a75, 'click', function() {infowindow.open(map,m_1d153493d4189a91c0e59ac035307a75);});$marker.push(m_1d153493d4189a91c0e59ac035307a75);}});}google.maps.event.addDomListener(window, 'load', initialize);