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.8158,-97.5137)};var g_64502272bd02ef05cfeb5ea9fcfc285b = new google.maps.Geocoder();g_64502272bd02ef05cfeb5ea9fcfc285b.geocode( { 'address': "110 Main St, Schwertner, TX 76573, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schwertner-TX-r-bank').style.display = '';map = new google.maps.Map(document.getElementById('schwertner-TX-r-bank'), mapOptions);}document.getElementById('d4f2f1f3').innerHTML += ' | View Map';var $l64502272bd02ef05cfeb5ea9fcfc285b = '

R Bank

Address: 110 Main St, Schwertner, TX 76573, USA
Phone: (254) 527-3987
';var m_64502272bd02ef05cfeb5ea9fcfc285b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'R Bank',});m_64502272bd02ef05cfeb5ea9fcfc285b['infowindow'] = new google.maps.InfoWindow({content: $l64502272bd02ef05cfeb5ea9fcfc285b});var infowindow = new google.maps.InfoWindow({content: $l64502272bd02ef05cfeb5ea9fcfc285b});google.maps.event.addListener(m_64502272bd02ef05cfeb5ea9fcfc285b, 'click', function() {infowindow.open(map,m_64502272bd02ef05cfeb5ea9fcfc285b);});$marker.push(m_64502272bd02ef05cfeb5ea9fcfc285b);}});}google.maps.event.addDomListener(window, 'load', initialize);