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.3481,-99.1303)};var g_a3884720eab9814211499d13339b7586 = new google.maps.Geocoder();g_a3884720eab9814211499d13339b7586.geocode( { 'address': "237 19th St, Hondo, TX 78861, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hondo-TX-federal-land-bank-association').style.display = '';map = new google.maps.Map(document.getElementById('hondo-TX-federal-land-bank-association'), mapOptions);}document.getElementById('f00e9507').innerHTML += ' | View Map';var $la3884720eab9814211499d13339b7586 = '

Federal Land Bank Association

Address: 237 19th St, Hondo, TX 78861, USA
Phone: (830) 741-2040
';var m_a3884720eab9814211499d13339b7586 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Federal Land Bank Association',});m_a3884720eab9814211499d13339b7586['infowindow'] = new google.maps.InfoWindow({content: $la3884720eab9814211499d13339b7586});var infowindow = new google.maps.InfoWindow({content: $la3884720eab9814211499d13339b7586});google.maps.event.addListener(m_a3884720eab9814211499d13339b7586, 'click', function() {infowindow.open(map,m_a3884720eab9814211499d13339b7586);});$marker.push(m_a3884720eab9814211499d13339b7586);}});}google.maps.event.addDomListener(window, 'load', initialize);