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.1103,-97.3534)};var g_58122e14ce0d4ad43dcd3528f2acb18c = new google.maps.Geocoder();g_58122e14ce0d4ad43dcd3528f2acb18c.geocode( { 'address': "710 TX-71, Bastrop, TX 78602, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bastrop-TX-roscoe-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('bastrop-TX-roscoe-state-bank'), mapOptions);}document.getElementById('b531c10c').innerHTML += ' | View Map';var $l58122e14ce0d4ad43dcd3528f2acb18c = '

Roscoe State Bank

Address: 710 TX-71, Bastrop, TX 78602, USA
Phone: (512) 303-1800
';var m_58122e14ce0d4ad43dcd3528f2acb18c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Roscoe State Bank',});m_58122e14ce0d4ad43dcd3528f2acb18c['infowindow'] = new google.maps.InfoWindow({content: $l58122e14ce0d4ad43dcd3528f2acb18c});var infowindow = new google.maps.InfoWindow({content: $l58122e14ce0d4ad43dcd3528f2acb18c});google.maps.event.addListener(m_58122e14ce0d4ad43dcd3528f2acb18c, 'click', function() {infowindow.open(map,m_58122e14ce0d4ad43dcd3528f2acb18c);});$marker.push(m_58122e14ce0d4ad43dcd3528f2acb18c);}});}google.maps.event.addDomListener(window, 'load', initialize);