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.7034,-95.5509)};var g_28b5c16e94780f8c5c1b9431a8a4a164 = new google.maps.Geocoder();g_28b5c16e94780f8c5c1b9431a8a4a164.geocode( { 'address': "7001 Corporate Dr # 101, Houston, TX 77036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-genesis-home-loan').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-genesis-home-loan'), mapOptions);}document.getElementById('599d2034').innerHTML += ' | View Map';var $l28b5c16e94780f8c5c1b9431a8a4a164 = '

Genesis Home Loan

Address: 7001 Corporate Dr # 101, Houston, TX 77036, USA
Phone: (713) 541-9500
';var m_28b5c16e94780f8c5c1b9431a8a4a164 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Genesis Home Loan',});m_28b5c16e94780f8c5c1b9431a8a4a164['infowindow'] = new google.maps.InfoWindow({content: $l28b5c16e94780f8c5c1b9431a8a4a164});var infowindow = new google.maps.InfoWindow({content: $l28b5c16e94780f8c5c1b9431a8a4a164});google.maps.event.addListener(m_28b5c16e94780f8c5c1b9431a8a4a164, 'click', function() {infowindow.open(map,m_28b5c16e94780f8c5c1b9431a8a4a164);});$marker.push(m_28b5c16e94780f8c5c1b9431a8a4a164);}});}google.maps.event.addDomListener(window, 'load', initialize);