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.5764,-95.108)};var g_4b1041ca4dd3e7d4066c99171dc15a3e = new google.maps.Geocoder();g_4b1041ca4dd3e7d4066c99171dc15a3e.geocode( { 'address': "2525 Bay Area Blvd Ste 630, Houston, TX 77058, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-swbc-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-swbc-mortgage-corporation'), mapOptions);}document.getElementById('698d69a2').innerHTML += ' | View Map';var $l4b1041ca4dd3e7d4066c99171dc15a3e = '

SWBC Mortgage Corporation

Address: 2525 Bay Area Blvd Ste 630, Houston, TX 77058, USA
Phone: (281) 480-3700
';var m_4b1041ca4dd3e7d4066c99171dc15a3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SWBC Mortgage Corporation',});m_4b1041ca4dd3e7d4066c99171dc15a3e['infowindow'] = new google.maps.InfoWindow({content: $l4b1041ca4dd3e7d4066c99171dc15a3e});var infowindow = new google.maps.InfoWindow({content: $l4b1041ca4dd3e7d4066c99171dc15a3e});google.maps.event.addListener(m_4b1041ca4dd3e7d4066c99171dc15a3e, 'click', function() {infowindow.open(map,m_4b1041ca4dd3e7d4066c99171dc15a3e);});$marker.push(m_4b1041ca4dd3e7d4066c99171dc15a3e);}});}google.maps.event.addDomListener(window, 'load', initialize);