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.7372,-95.777)};var g_6445ba9df3c5462884f5c510426474ff = new google.maps.Geocoder();g_6445ba9df3c5462884f5c510426474ff.geocode( { 'address': "2877 Commercial Center Blvd, Katy, TX 77494, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-liberty-star-mortgage-katy').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-liberty-star-mortgage-katy'), mapOptions);}document.getElementById('3b371c98').innerHTML += ' | View Map';var $l6445ba9df3c5462884f5c510426474ff = '

Liberty Star Mortgage Katy

Address: 2877 Commercial Center Blvd, Katy, TX 77494, USA
Phone: (281) 558-0004
';var m_6445ba9df3c5462884f5c510426474ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Star Mortgage Katy',});m_6445ba9df3c5462884f5c510426474ff['infowindow'] = new google.maps.InfoWindow({content: $l6445ba9df3c5462884f5c510426474ff});var infowindow = new google.maps.InfoWindow({content: $l6445ba9df3c5462884f5c510426474ff});google.maps.event.addListener(m_6445ba9df3c5462884f5c510426474ff, 'click', function() {infowindow.open(map,m_6445ba9df3c5462884f5c510426474ff);});$marker.push(m_6445ba9df3c5462884f5c510426474ff);}});}google.maps.event.addDomListener(window, 'load', initialize);