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.7752,-95.7829)};var g_7a5c5bba8f25158472d854a2ff787713 = new google.maps.Geocoder();g_7a5c5bba8f25158472d854a2ff787713.geocode( { 'address': "440 Cobia Dr #201, Katy, TX 77494, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-swbc-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-swbc-mortgage-corporation'), mapOptions);}document.getElementById('52d1e947').innerHTML += ' | View Map';var $l7a5c5bba8f25158472d854a2ff787713 = '

SWBC Mortgage Corporation

Address: 440 Cobia Dr #201, Katy, TX 77494, USA
Phone: (832) 913-6060
';var m_7a5c5bba8f25158472d854a2ff787713 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SWBC Mortgage Corporation',});m_7a5c5bba8f25158472d854a2ff787713['infowindow'] = new google.maps.InfoWindow({content: $l7a5c5bba8f25158472d854a2ff787713});var infowindow = new google.maps.InfoWindow({content: $l7a5c5bba8f25158472d854a2ff787713});google.maps.event.addListener(m_7a5c5bba8f25158472d854a2ff787713, 'click', function() {infowindow.open(map,m_7a5c5bba8f25158472d854a2ff787713);});$marker.push(m_7a5c5bba8f25158472d854a2ff787713);}});}google.maps.event.addDomListener(window, 'load', initialize);