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.7393,-95.4821)};var g_ee82fab319c7f2b9a032f262a94b5385 = new google.maps.Geocoder();g_ee82fab319c7f2b9a032f262a94b5385.geocode( { 'address': "2603 Augusta Dr #100, Houston, TX 77057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-gateway-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-gateway-mortgage-group'), mapOptions);}document.getElementById('d39c1cea').innerHTML += ' | View Map';var $lee82fab319c7f2b9a032f262a94b5385 = '

Gateway Mortgage Group

Address: 2603 Augusta Dr #100, Houston, TX 77057, USA
Phone: (832) 941-0166
';var m_ee82fab319c7f2b9a032f262a94b5385 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Mortgage Group',});m_ee82fab319c7f2b9a032f262a94b5385['infowindow'] = new google.maps.InfoWindow({content: $lee82fab319c7f2b9a032f262a94b5385});var infowindow = new google.maps.InfoWindow({content: $lee82fab319c7f2b9a032f262a94b5385});google.maps.event.addListener(m_ee82fab319c7f2b9a032f262a94b5385, 'click', function() {infowindow.open(map,m_ee82fab319c7f2b9a032f262a94b5385);});$marker.push(m_ee82fab319c7f2b9a032f262a94b5385);}});}google.maps.event.addDomListener(window, 'load', initialize);