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(30.0124,-95.6133)};var g_77ecf511cfd57b357a384e225121dc85 = new google.maps.Geocoder();g_77ecf511cfd57b357a384e225121dc85.geocode( { 'address': "12111 Spring Cypress Rd, Tomball, TX 77377, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tomball-TX-steven-castaneda---texas-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('tomball-TX-steven-castaneda---texas-mortgage'), mapOptions);}document.getElementById('e4a91d7f').innerHTML += ' | View Map';var $l77ecf511cfd57b357a384e225121dc85 = '

Steven Castaneda - Texas Mortgage

Address: 12111 Spring Cypress Rd, Tomball, TX 77377, USA
Phone: (281) 817-6292
';var m_77ecf511cfd57b357a384e225121dc85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Steven Castaneda - Texas Mortgage',});m_77ecf511cfd57b357a384e225121dc85['infowindow'] = new google.maps.InfoWindow({content: $l77ecf511cfd57b357a384e225121dc85});var infowindow = new google.maps.InfoWindow({content: $l77ecf511cfd57b357a384e225121dc85});google.maps.event.addListener(m_77ecf511cfd57b357a384e225121dc85, 'click', function() {infowindow.open(map,m_77ecf511cfd57b357a384e225121dc85);});$marker.push(m_77ecf511cfd57b357a384e225121dc85);}});}google.maps.event.addDomListener(window, 'load', initialize);