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.1089,-97.3203)};var g_6d3d6226ab7ffca33693f8dce2921047 = new google.maps.Geocoder();g_6d3d6226ab7ffca33693f8dce2921047.geocode( { 'address': "808 Main St, Bastrop, TX 78602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bastrop-TX-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('bastrop-TX-wells-fargo-bank'), mapOptions);}document.getElementById('d83fd4e9').innerHTML += ' | View Map';var $l6d3d6226ab7ffca33693f8dce2921047 = '

Wells Fargo Bank

Address: 808 Main St, Bastrop, TX 78602, USA
Phone: (512) 969-6750
';var m_6d3d6226ab7ffca33693f8dce2921047 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_6d3d6226ab7ffca33693f8dce2921047['infowindow'] = new google.maps.InfoWindow({content: $l6d3d6226ab7ffca33693f8dce2921047});var infowindow = new google.maps.InfoWindow({content: $l6d3d6226ab7ffca33693f8dce2921047});google.maps.event.addListener(m_6d3d6226ab7ffca33693f8dce2921047, 'click', function() {infowindow.open(map,m_6d3d6226ab7ffca33693f8dce2921047);});$marker.push(m_6d3d6226ab7ffca33693f8dce2921047);}});}google.maps.event.addDomListener(window, 'load', initialize);