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.7505,-95.7524)};var g_4126b48779dbbefc4bd56a5eda91b9f9 = new google.maps.Geocoder();g_4126b48779dbbefc4bd56a5eda91b9f9.geocode( { 'address': "2004 S Mason Rd, Katy, TX 77450, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-affiliated-bank-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-affiliated-bank-mortgage'), mapOptions);}document.getElementById('c21d32b1').innerHTML += ' | View Map';var $l4126b48779dbbefc4bd56a5eda91b9f9 = '

Affiliated Bank Mortgage

Address: 2004 S Mason Rd, Katy, TX 77450, USA
Phone: (281) 391-5363
';var m_4126b48779dbbefc4bd56a5eda91b9f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affiliated Bank Mortgage',});m_4126b48779dbbefc4bd56a5eda91b9f9['infowindow'] = new google.maps.InfoWindow({content: $l4126b48779dbbefc4bd56a5eda91b9f9});var infowindow = new google.maps.InfoWindow({content: $l4126b48779dbbefc4bd56a5eda91b9f9});google.maps.event.addListener(m_4126b48779dbbefc4bd56a5eda91b9f9, 'click', function() {infowindow.open(map,m_4126b48779dbbefc4bd56a5eda91b9f9);});$marker.push(m_4126b48779dbbefc4bd56a5eda91b9f9);}});}google.maps.event.addDomListener(window, 'load', initialize);