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.1113,-97.3197)};var g_522fc3256cfe95832ea18d7458713a5b = new google.maps.Geocoder();g_522fc3256cfe95832ea18d7458713a5b.geocode( { 'address': "1021 Main St, Bastrop, TX 78602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bastrop-TX-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('bastrop-TX-first-national-bank'), mapOptions);}document.getElementById('e23423ae').innerHTML += ' | View Map';var $l522fc3256cfe95832ea18d7458713a5b = '

First National Bank

Address: 1021 Main St, Bastrop, TX 78602, USA
Phone: (512) 321-2561
';var m_522fc3256cfe95832ea18d7458713a5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_522fc3256cfe95832ea18d7458713a5b['infowindow'] = new google.maps.InfoWindow({content: $l522fc3256cfe95832ea18d7458713a5b});var infowindow = new google.maps.InfoWindow({content: $l522fc3256cfe95832ea18d7458713a5b});google.maps.event.addListener(m_522fc3256cfe95832ea18d7458713a5b, 'click', function() {infowindow.open(map,m_522fc3256cfe95832ea18d7458713a5b);});$marker.push(m_522fc3256cfe95832ea18d7458713a5b);}});}google.maps.event.addDomListener(window, 'load', initialize);