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.7753,-95.7789)};var g_78e5995ec45d4d5867ad5d0d1db0c001 = new google.maps.Geocoder();g_78e5995ec45d4d5867ad5d0d1db0c001.geocode( { 'address': "116, 414 West Grand Pkwy S, Katy, TX 77494, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-homeway-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-homeway-mortgage'), mapOptions);}document.getElementById('805e576d').innerHTML += ' | View Map';var $l78e5995ec45d4d5867ad5d0d1db0c001 = '

HomeWay Mortgage

Address: 116, 414 West Grand Pkwy S, Katy, TX 77494, USA
Phone: (281) 565-8500
';var m_78e5995ec45d4d5867ad5d0d1db0c001 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeWay Mortgage',});m_78e5995ec45d4d5867ad5d0d1db0c001['infowindow'] = new google.maps.InfoWindow({content: $l78e5995ec45d4d5867ad5d0d1db0c001});var infowindow = new google.maps.InfoWindow({content: $l78e5995ec45d4d5867ad5d0d1db0c001});google.maps.event.addListener(m_78e5995ec45d4d5867ad5d0d1db0c001, 'click', function() {infowindow.open(map,m_78e5995ec45d4d5867ad5d0d1db0c001);});$marker.push(m_78e5995ec45d4d5867ad5d0d1db0c001);}});}google.maps.event.addDomListener(window, 'load', initialize);