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.5488,-95.0929)};var g_b627f365138d6795024ac9251ce689f9 = new google.maps.Geocoder();g_b627f365138d6795024ac9251ce689f9.geocode( { 'address': "18050 Saturn Ln #280, Houston, TX 77058, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-tom-brown---starkey-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-tom-brown---starkey-mortgage'), mapOptions);}document.getElementById('0fcdb991').innerHTML += ' | View Map';var $lb627f365138d6795024ac9251ce689f9 = '

Tom Brown - Starkey Mortgage

Address: 18050 Saturn Ln #280, Houston, TX 77058, USA
Phone: (281) 823-0511
';var m_b627f365138d6795024ac9251ce689f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tom Brown - Starkey Mortgage',});m_b627f365138d6795024ac9251ce689f9['infowindow'] = new google.maps.InfoWindow({content: $lb627f365138d6795024ac9251ce689f9});var infowindow = new google.maps.InfoWindow({content: $lb627f365138d6795024ac9251ce689f9});google.maps.event.addListener(m_b627f365138d6795024ac9251ce689f9, 'click', function() {infowindow.open(map,m_b627f365138d6795024ac9251ce689f9);});$marker.push(m_b627f365138d6795024ac9251ce689f9);}});}google.maps.event.addDomListener(window, 'load', initialize);