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_4b206e679e0d4d057012b35429a334b9 = new google.maps.Geocoder();g_4b206e679e0d4d057012b35429a334b9.geocode( { 'address': "701 Highway 71 W, Bastrop, TX 78602"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bastrop-TX-ibc-bank').style.display = '';map = new google.maps.Map(document.getElementById('bastrop-TX-ibc-bank'), mapOptions);}document.getElementById('429e6c1f').innerHTML += ' | View Map';var $l4b206e679e0d4d057012b35429a334b9 = '

IBC Bank

Address: 701 Highway 71 W, Bastrop, TX 78602
Phone: (512) 308-9412
';var m_4b206e679e0d4d057012b35429a334b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'IBC Bank',});m_4b206e679e0d4d057012b35429a334b9['infowindow'] = new google.maps.InfoWindow({content: $l4b206e679e0d4d057012b35429a334b9});var infowindow = new google.maps.InfoWindow({content: $l4b206e679e0d4d057012b35429a334b9});google.maps.event.addListener(m_4b206e679e0d4d057012b35429a334b9, 'click', function() {infowindow.open(map,m_4b206e679e0d4d057012b35429a334b9);});$marker.push(m_4b206e679e0d4d057012b35429a334b9);}});}google.maps.event.addDomListener(window, 'load', initialize);