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.738,-95.7781)};var g_ed38fdcf42a4d78496c35a0f235f1326 = new google.maps.Geocoder();g_ed38fdcf42a4d78496c35a0f235f1326.geocode( { 'address': "2830 Commercial Center Blvd #103, Katy, TX 77494, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-academy-mortgage---katy').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-academy-mortgage---katy'), mapOptions);}document.getElementById('992d0c0a').innerHTML += ' | View Map';var $led38fdcf42a4d78496c35a0f235f1326 = '

Academy Mortgage - Katy

Address: 2830 Commercial Center Blvd #103, Katy, TX 77494, USA
Phone: (281) 769-0457
';var m_ed38fdcf42a4d78496c35a0f235f1326 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - Katy',});m_ed38fdcf42a4d78496c35a0f235f1326['infowindow'] = new google.maps.InfoWindow({content: $led38fdcf42a4d78496c35a0f235f1326});var infowindow = new google.maps.InfoWindow({content: $led38fdcf42a4d78496c35a0f235f1326});google.maps.event.addListener(m_ed38fdcf42a4d78496c35a0f235f1326, 'click', function() {infowindow.open(map,m_ed38fdcf42a4d78496c35a0f235f1326);});$marker.push(m_ed38fdcf42a4d78496c35a0f235f1326);}});}google.maps.event.addDomListener(window, 'load', initialize);