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.7658,-95.3291)};var g_61751849c3c200015af75fb612fd7f51 = new google.maps.Geocoder();g_61751849c3c200015af75fb612fd7f51.geocode( { 'address': "4101 Clinton Dr, Houston, TX 77020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-brownbuilder-fcu').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-brownbuilder-fcu'), mapOptions);}document.getElementById('083e0efb').innerHTML += ' | View Map';var $l61751849c3c200015af75fb612fd7f51 = '

Brownbuilder FCU

Address: 4101 Clinton Dr, Houston, TX 77020, USA
Phone: (713) 676-7777
';var m_61751849c3c200015af75fb612fd7f51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brownbuilder FCU',});m_61751849c3c200015af75fb612fd7f51['infowindow'] = new google.maps.InfoWindow({content: $l61751849c3c200015af75fb612fd7f51});var infowindow = new google.maps.InfoWindow({content: $l61751849c3c200015af75fb612fd7f51});google.maps.event.addListener(m_61751849c3c200015af75fb612fd7f51, 'click', function() {infowindow.open(map,m_61751849c3c200015af75fb612fd7f51);});$marker.push(m_61751849c3c200015af75fb612fd7f51);}});}google.maps.event.addDomListener(window, 'load', initialize);