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(29.7399,-99.0308)};var g_e4af65db2a5a17afca8bf5cc475fed0b = new google.maps.Geocoder();g_e4af65db2a5a17afca8bf5cc475fed0b.geocode( { 'address': "3272 TX-16, Bandera, TX 78003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bandera-TX-texas-farm-credit-bandera').style.display = '';map = new google.maps.Map(document.getElementById('bandera-TX-texas-farm-credit-bandera'), mapOptions);}document.getElementById('e3f33a6c').innerHTML += ' | View Map';var $le4af65db2a5a17afca8bf5cc475fed0b = '

Texas Farm Credit Bandera

Address: 3272 TX-16, Bandera, TX 78003, USA
Phone: (830) 796-9201
';var m_e4af65db2a5a17afca8bf5cc475fed0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Farm Credit Bandera',});m_e4af65db2a5a17afca8bf5cc475fed0b['infowindow'] = new google.maps.InfoWindow({content: $le4af65db2a5a17afca8bf5cc475fed0b});var infowindow = new google.maps.InfoWindow({content: $le4af65db2a5a17afca8bf5cc475fed0b});google.maps.event.addListener(m_e4af65db2a5a17afca8bf5cc475fed0b, 'click', function() {infowindow.open(map,m_e4af65db2a5a17afca8bf5cc475fed0b);});$marker.push(m_e4af65db2a5a17afca8bf5cc475fed0b);}});}google.maps.event.addDomListener(window, 'load', initialize);