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.9944,-95.5266)};var g_53fd1d8c698552cbf3d6cf1ba71875af = new google.maps.Geocoder();g_53fd1d8c698552cbf3d6cf1ba71875af.geocode( { 'address': "14202 Champion Forest Dr, Houston, TX 77069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-crosscountry-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-crosscountry-mortgage-inc'), mapOptions);}document.getElementById('e0629cda').innerHTML += ' | View Map';var $l53fd1d8c698552cbf3d6cf1ba71875af = '

CrossCountry Mortgage Inc

Address: 14202 Champion Forest Dr, Houston, TX 77069, USA
Phone: (713) 898-7096
';var m_53fd1d8c698552cbf3d6cf1ba71875af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CrossCountry Mortgage Inc',});m_53fd1d8c698552cbf3d6cf1ba71875af['infowindow'] = new google.maps.InfoWindow({content: $l53fd1d8c698552cbf3d6cf1ba71875af});var infowindow = new google.maps.InfoWindow({content: $l53fd1d8c698552cbf3d6cf1ba71875af});google.maps.event.addListener(m_53fd1d8c698552cbf3d6cf1ba71875af, 'click', function() {infowindow.open(map,m_53fd1d8c698552cbf3d6cf1ba71875af);});$marker.push(m_53fd1d8c698552cbf3d6cf1ba71875af);}});}google.maps.event.addDomListener(window, 'load', initialize);