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.7412,-95.7779)};var g_381711049e7328835e45b7eaee716e79 = new google.maps.Geocoder();g_381711049e7328835e45b7eaee716e79.geocode( { 'address': "24044 Cinco Village Center Blvd #100, Katy, TX 77494, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-bryant-united-capital-funding').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-bryant-united-capital-funding'), mapOptions);}document.getElementById('561f85a6').innerHTML += ' | View Map';var $l381711049e7328835e45b7eaee716e79 = '

Bryant United Capital Funding

Address: 24044 Cinco Village Center Blvd #100, Katy, TX 77494, USA
Phone: (281) 860-7649
';var m_381711049e7328835e45b7eaee716e79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bryant United Capital Funding',});m_381711049e7328835e45b7eaee716e79['infowindow'] = new google.maps.InfoWindow({content: $l381711049e7328835e45b7eaee716e79});var infowindow = new google.maps.InfoWindow({content: $l381711049e7328835e45b7eaee716e79});google.maps.event.addListener(m_381711049e7328835e45b7eaee716e79, 'click', function() {infowindow.open(map,m_381711049e7328835e45b7eaee716e79);});$marker.push(m_381711049e7328835e45b7eaee716e79);}});}google.maps.event.addDomListener(window, 'load', initialize);