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.1158,-97.2746)};var g_e90530107c4166d88ba58e2475e958b2 = new google.maps.Geocoder();g_e90530107c4166d88ba58e2475e958b2.geocode( { 'address': "118 Highway 21 W, Bastrop, TX 78602"}, 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('1b10fdd5').innerHTML += ' | View Map';var $le90530107c4166d88ba58e2475e958b2 = '

First National Bank

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