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.0301,-95.6826)};var g_88eaa547b07ae19f36ffc72483394b03 = new google.maps.Geocoder();g_88eaa547b07ae19f36ffc72483394b03.geocode( { 'address': "9502 FM524, Sweeny, TX 77480, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sweeny-TX-usda-home-loans-by-team-neal').style.display = '';map = new google.maps.Map(document.getElementById('sweeny-TX-usda-home-loans-by-team-neal'), mapOptions);}document.getElementById('d859cb54').innerHTML += ' | View Map';var $l88eaa547b07ae19f36ffc72483394b03 = '

USDA Home Loans by Team Neal

Address: 9502 FM524, Sweeny, TX 77480, USA
Phone: (469) 363-1987
';var m_88eaa547b07ae19f36ffc72483394b03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USDA Home Loans by Team Neal',});m_88eaa547b07ae19f36ffc72483394b03['infowindow'] = new google.maps.InfoWindow({content: $l88eaa547b07ae19f36ffc72483394b03});var infowindow = new google.maps.InfoWindow({content: $l88eaa547b07ae19f36ffc72483394b03});google.maps.event.addListener(m_88eaa547b07ae19f36ffc72483394b03, 'click', function() {infowindow.open(map,m_88eaa547b07ae19f36ffc72483394b03);});$marker.push(m_88eaa547b07ae19f36ffc72483394b03);}});}google.maps.event.addDomListener(window, 'load', initialize);