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.7833,-95.5376)};var g_2382f0e7ad3c7c9e67c09dc93b794124 = new google.maps.Geocoder();g_2382f0e7ad3c7c9e67c09dc93b794124.geocode( { 'address': "9821 Katy Fwy # 175, Houston, TX 77024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-adam-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-adam-mortgage-company'), mapOptions);}document.getElementById('2c1d8d43').innerHTML += ' | View Map';var $l2382f0e7ad3c7c9e67c09dc93b794124 = '

Adam Mortgage Company

Address: 9821 Katy Fwy # 175, Houston, TX 77024, USA
Phone: (713) 464-4848
';var m_2382f0e7ad3c7c9e67c09dc93b794124 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Adam Mortgage Company',});m_2382f0e7ad3c7c9e67c09dc93b794124['infowindow'] = new google.maps.InfoWindow({content: $l2382f0e7ad3c7c9e67c09dc93b794124});var infowindow = new google.maps.InfoWindow({content: $l2382f0e7ad3c7c9e67c09dc93b794124});google.maps.event.addListener(m_2382f0e7ad3c7c9e67c09dc93b794124, 'click', function() {infowindow.open(map,m_2382f0e7ad3c7c9e67c09dc93b794124);});$marker.push(m_2382f0e7ad3c7c9e67c09dc93b794124);}});}google.maps.event.addDomListener(window, 'load', initialize);