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.8195,-95.7523)};var g_84b32980285d28e8494ac83165baac75 = new google.maps.Geocoder();g_84b32980285d28e8494ac83165baac75.geocode( { 'address': "905 S Katy Fort Bend Rd, Katy, TX 77494"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-chase').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-chase'), mapOptions);}document.getElementById('06332645').innerHTML += ' | View Map';var $l84b32980285d28e8494ac83165baac75 = '

Chase

Address: 905 S Katy Fort Bend Rd, Katy, TX 77494
Phone: (281) 391-7734
';var m_84b32980285d28e8494ac83165baac75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase',});m_84b32980285d28e8494ac83165baac75['infowindow'] = new google.maps.InfoWindow({content: $l84b32980285d28e8494ac83165baac75});var infowindow = new google.maps.InfoWindow({content: $l84b32980285d28e8494ac83165baac75});google.maps.event.addListener(m_84b32980285d28e8494ac83165baac75, 'click', function() {infowindow.open(map,m_84b32980285d28e8494ac83165baac75);});$marker.push(m_84b32980285d28e8494ac83165baac75);}});}google.maps.event.addDomListener(window, 'load', initialize);