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.7497,-95.457)};var g_7fc7b7979ce9c02bb7a36e5500726053 = new google.maps.Geocoder();g_7fc7b7979ce9c02bb7a36e5500726053.geocode( { 'address': "1700 West Loop S #210, Houston, TX 77027, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-affinity-lending-solutions').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-affinity-lending-solutions'), mapOptions);}document.getElementById('709cdd23').innerHTML += ' | View Map';var $l7fc7b7979ce9c02bb7a36e5500726053 = '

Affinity Lending Solutions

Address: 1700 West Loop S #210, Houston, TX 77027, USA
Phone: (877) 311-1738
';var m_7fc7b7979ce9c02bb7a36e5500726053 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affinity Lending Solutions',});m_7fc7b7979ce9c02bb7a36e5500726053['infowindow'] = new google.maps.InfoWindow({content: $l7fc7b7979ce9c02bb7a36e5500726053});var infowindow = new google.maps.InfoWindow({content: $l7fc7b7979ce9c02bb7a36e5500726053});google.maps.event.addListener(m_7fc7b7979ce9c02bb7a36e5500726053, 'click', function() {infowindow.open(map,m_7fc7b7979ce9c02bb7a36e5500726053);});$marker.push(m_7fc7b7979ce9c02bb7a36e5500726053);}});}google.maps.event.addDomListener(window, 'load', initialize);