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.6595,-96.0035)};var g_31ef4832546f05b602bda4132208488b = new google.maps.Geocoder();g_31ef4832546f05b602bda4132208488b.geocode( { 'address': "4200 Guyler Rd, Wallis, TX 77485, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wallis-TX-a--m-commercial-lending-llc').style.display = '';map = new google.maps.Map(document.getElementById('wallis-TX-a--m-commercial-lending-llc'), mapOptions);}document.getElementById('5f708296').innerHTML += ' | View Map';var $l31ef4832546f05b602bda4132208488b = '

A & M Commercial Lending LLC

Address: 4200 Guyler Rd, Wallis, TX 77485, USA
Phone: (281) 533-0174
';var m_31ef4832546f05b602bda4132208488b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A & M Commercial Lending LLC',});m_31ef4832546f05b602bda4132208488b['infowindow'] = new google.maps.InfoWindow({content: $l31ef4832546f05b602bda4132208488b});var infowindow = new google.maps.InfoWindow({content: $l31ef4832546f05b602bda4132208488b});google.maps.event.addListener(m_31ef4832546f05b602bda4132208488b, 'click', function() {infowindow.open(map,m_31ef4832546f05b602bda4132208488b);});$marker.push(m_31ef4832546f05b602bda4132208488b);}});}google.maps.event.addDomListener(window, 'load', initialize);