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.5677,-95.5726)};var g_69a0116db59fad9e4e7bb2a0ed73d1cb = new google.maps.Geocoder();g_69a0116db59fad9e4e7bb2a0ed73d1cb.geocode( { 'address': "4502 Riverstone Blvd #303, Missouri City, TX 77459, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('missouri-city-TX-guild-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('missouri-city-TX-guild-mortgage-company'), mapOptions);}document.getElementById('34476103').innerHTML += ' | View Map';var $l69a0116db59fad9e4e7bb2a0ed73d1cb = '

Guild Mortgage Company

Address: 4502 Riverstone Blvd #303, Missouri City, TX 77459, USA
Phone: (281) 407-3830
';var m_69a0116db59fad9e4e7bb2a0ed73d1cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage Company',});m_69a0116db59fad9e4e7bb2a0ed73d1cb['infowindow'] = new google.maps.InfoWindow({content: $l69a0116db59fad9e4e7bb2a0ed73d1cb});var infowindow = new google.maps.InfoWindow({content: $l69a0116db59fad9e4e7bb2a0ed73d1cb});google.maps.event.addListener(m_69a0116db59fad9e4e7bb2a0ed73d1cb, 'click', function() {infowindow.open(map,m_69a0116db59fad9e4e7bb2a0ed73d1cb);});$marker.push(m_69a0116db59fad9e4e7bb2a0ed73d1cb);}});}google.maps.event.addDomListener(window, 'load', initialize);