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.9399,-95.4047)};var g_3a077e8acfc4a2b463c47f2125fdfac5 = new google.maps.Geocoder();g_3a077e8acfc4a2b463c47f2125fdfac5.geocode( { 'address': "256 North Sam Houston Pkwy E #200, Houston, TX 77060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-churchill-mortgage-houston-north-texas').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-churchill-mortgage-houston-north-texas'), mapOptions);}document.getElementById('76c8bd40').innerHTML += ' | View Map';var $l3a077e8acfc4a2b463c47f2125fdfac5 = '

Churchill Mortgage Houston North, Texas

Address: 256 North Sam Houston Pkwy E #200, Houston, TX 77060, USA
Phone: (832) 206-8457
';var m_3a077e8acfc4a2b463c47f2125fdfac5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Churchill Mortgage Houston North, Texas',});m_3a077e8acfc4a2b463c47f2125fdfac5['infowindow'] = new google.maps.InfoWindow({content: $l3a077e8acfc4a2b463c47f2125fdfac5});var infowindow = new google.maps.InfoWindow({content: $l3a077e8acfc4a2b463c47f2125fdfac5});google.maps.event.addListener(m_3a077e8acfc4a2b463c47f2125fdfac5, 'click', function() {infowindow.open(map,m_3a077e8acfc4a2b463c47f2125fdfac5);});$marker.push(m_3a077e8acfc4a2b463c47f2125fdfac5);}});}google.maps.event.addDomListener(window, 'load', initialize);