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.7593,-95.7772)};var g_80a9eda15c03d95e7ef34aa6c648fbc5 = new google.maps.Geocoder();g_80a9eda15c03d95e7ef34aa6c648fbc5.geocode( { 'address': "4311 Grand Pkwy, Katy, TX 77494, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-wells-fargo-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-wells-fargo-home-mortgage'), mapOptions);}document.getElementById('bf9cc9b4').innerHTML += ' | View Map';var $l80a9eda15c03d95e7ef34aa6c648fbc5 = '

Wells Fargo Home Mortgage

Address: 4311 Grand Pkwy, Katy, TX 77494, USA
Phone: (281) 693-2000
';var m_80a9eda15c03d95e7ef34aa6c648fbc5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Home Mortgage',});m_80a9eda15c03d95e7ef34aa6c648fbc5['infowindow'] = new google.maps.InfoWindow({content: $l80a9eda15c03d95e7ef34aa6c648fbc5});var infowindow = new google.maps.InfoWindow({content: $l80a9eda15c03d95e7ef34aa6c648fbc5});google.maps.event.addListener(m_80a9eda15c03d95e7ef34aa6c648fbc5, 'click', function() {infowindow.open(map,m_80a9eda15c03d95e7ef34aa6c648fbc5);});$marker.push(m_80a9eda15c03d95e7ef34aa6c648fbc5);}});}google.maps.event.addDomListener(window, 'load', initialize);