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.7753,-95.7788)};var g_d6eba8481c3fed78a041ee9c9ddec2c7 = new google.maps.Geocoder();g_d6eba8481c3fed78a041ee9c9ddec2c7.geocode( { 'address': "414 West Grand Parkway South #116, Katy, TX 77494, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-kathie-norris').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-kathie-norris'), mapOptions);}document.getElementById('94c7f087').innerHTML += ' | View Map';var $ld6eba8481c3fed78a041ee9c9ddec2c7 = '

Kathie Norris

Address: 414 West Grand Parkway South #116, Katy, TX 77494, USA
Phone: (281) 685-8215
';var m_d6eba8481c3fed78a041ee9c9ddec2c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kathie Norris',});m_d6eba8481c3fed78a041ee9c9ddec2c7['infowindow'] = new google.maps.InfoWindow({content: $ld6eba8481c3fed78a041ee9c9ddec2c7});var infowindow = new google.maps.InfoWindow({content: $ld6eba8481c3fed78a041ee9c9ddec2c7});google.maps.event.addListener(m_d6eba8481c3fed78a041ee9c9ddec2c7, 'click', function() {infowindow.open(map,m_d6eba8481c3fed78a041ee9c9ddec2c7);});$marker.push(m_d6eba8481c3fed78a041ee9c9ddec2c7);}});}google.maps.event.addDomListener(window, 'load', initialize);