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.9061,-95.6333)};var g_c3ea21d464d21b7bf62431791ec01b78 = new google.maps.Geocoder();g_c3ea21d464d21b7bf62431791ec01b78.geocode( { 'address': "8711 Hwy 6 N #110, Houston, TX 77095, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-academy-mortgage---cypress').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-academy-mortgage---cypress'), mapOptions);}document.getElementById('1760b2ed').innerHTML += ' | View Map';var $lc3ea21d464d21b7bf62431791ec01b78 = '

Academy Mortgage - Cypress

Address: 8711 Hwy 6 N #110, Houston, TX 77095, USA
Phone: (281) 858-2890
';var m_c3ea21d464d21b7bf62431791ec01b78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - Cypress',});m_c3ea21d464d21b7bf62431791ec01b78['infowindow'] = new google.maps.InfoWindow({content: $lc3ea21d464d21b7bf62431791ec01b78});var infowindow = new google.maps.InfoWindow({content: $lc3ea21d464d21b7bf62431791ec01b78});google.maps.event.addListener(m_c3ea21d464d21b7bf62431791ec01b78, 'click', function() {infowindow.open(map,m_c3ea21d464d21b7bf62431791ec01b78);});$marker.push(m_c3ea21d464d21b7bf62431791ec01b78);}});}google.maps.event.addDomListener(window, 'load', initialize);