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.5438,-95.8091)};var g_1091660f3dff84fd648efe31391c5524 = new google.maps.Geocoder();g_1091660f3dff84fd648efe31391c5524.geocode( { 'address': "2308 1st St, Rosenberg, TX 77471, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rosenberg-TX-brazos-valley-school-cu').style.display = '';map = new google.maps.Map(document.getElementById('rosenberg-TX-brazos-valley-school-cu'), mapOptions);}document.getElementById('f86423b6').innerHTML += ' | View Map';var $l1091660f3dff84fd648efe31391c5524 = '

Brazos Valley School CU

Address: 2308 1st St, Rosenberg, TX 77471, USA
Phone: (281) 238-9336
';var m_1091660f3dff84fd648efe31391c5524 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brazos Valley School CU',});m_1091660f3dff84fd648efe31391c5524['infowindow'] = new google.maps.InfoWindow({content: $l1091660f3dff84fd648efe31391c5524});var infowindow = new google.maps.InfoWindow({content: $l1091660f3dff84fd648efe31391c5524});google.maps.event.addListener(m_1091660f3dff84fd648efe31391c5524, 'click', function() {infowindow.open(map,m_1091660f3dff84fd648efe31391c5524);});$marker.push(m_1091660f3dff84fd648efe31391c5524);}});}google.maps.event.addDomListener(window, 'load', initialize);