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.7831,-95.5184)};var g_35f0b6f6be6f8a4705412ffda113633b = new google.maps.Geocoder();g_35f0b6f6be6f8a4705412ffda113633b.geocode( { 'address': "9219 Katy Fwy #115, Houston, TX 77024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-western-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-western-mortgage-corporation'), mapOptions);}document.getElementById('6b5c12cc').innerHTML += ' | View Map';var $l35f0b6f6be6f8a4705412ffda113633b = '

western mortgage corporation

Address: 9219 Katy Fwy #115, Houston, TX 77024, USA
Phone: (254) 870-6301
';var m_35f0b6f6be6f8a4705412ffda113633b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'western mortgage corporation',});m_35f0b6f6be6f8a4705412ffda113633b['infowindow'] = new google.maps.InfoWindow({content: $l35f0b6f6be6f8a4705412ffda113633b});var infowindow = new google.maps.InfoWindow({content: $l35f0b6f6be6f8a4705412ffda113633b});google.maps.event.addListener(m_35f0b6f6be6f8a4705412ffda113633b, 'click', function() {infowindow.open(map,m_35f0b6f6be6f8a4705412ffda113633b);});$marker.push(m_35f0b6f6be6f8a4705412ffda113633b);}});}google.maps.event.addDomListener(window, 'load', initialize);