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.5877,-95.6235)};var g_68e0a413b15af34b0cb4ed212b9cede1 = new google.maps.Geocoder();g_68e0a413b15af34b0cb4ed212b9cede1.geocode( { 'address': "16525 Lexington Blvd #250, Sugar Land, TX 77479, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sugar-land-TX-homeway-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('sugar-land-TX-homeway-mortgage'), mapOptions);}document.getElementById('ae1081d9').innerHTML += ' | View Map';var $l68e0a413b15af34b0cb4ed212b9cede1 = '

HomeWay Mortgage

Address: 16525 Lexington Blvd #250, Sugar Land, TX 77479, USA
Phone: (281) 565-8500
';var m_68e0a413b15af34b0cb4ed212b9cede1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeWay Mortgage',});m_68e0a413b15af34b0cb4ed212b9cede1['infowindow'] = new google.maps.InfoWindow({content: $l68e0a413b15af34b0cb4ed212b9cede1});var infowindow = new google.maps.InfoWindow({content: $l68e0a413b15af34b0cb4ed212b9cede1});google.maps.event.addListener(m_68e0a413b15af34b0cb4ed212b9cede1, 'click', function() {infowindow.open(map,m_68e0a413b15af34b0cb4ed212b9cede1);});$marker.push(m_68e0a413b15af34b0cb4ed212b9cede1);}});}google.maps.event.addDomListener(window, 'load', initialize);