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(30.1463,-96.3852)};var g_a46271b12bd598c1859e0b7118dad925 = new google.maps.Geocoder();g_a46271b12bd598c1859e0b7118dad925.geocode( { 'address': "2455 Stringer St, Brenham, TX 77833, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brenham-TX-brazos-valley-schools-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('brenham-TX-brazos-valley-schools-credit-union'), mapOptions);}document.getElementById('73809e45').innerHTML += ' | View Map';var $la46271b12bd598c1859e0b7118dad925 = '

Brazos Valley Schools Credit Union

Address: 2455 Stringer St, Brenham, TX 77833, USA
Phone: (979) 830-1018
';var m_a46271b12bd598c1859e0b7118dad925 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brazos Valley Schools Credit Union',});m_a46271b12bd598c1859e0b7118dad925['infowindow'] = new google.maps.InfoWindow({content: $la46271b12bd598c1859e0b7118dad925});var infowindow = new google.maps.InfoWindow({content: $la46271b12bd598c1859e0b7118dad925});google.maps.event.addListener(m_a46271b12bd598c1859e0b7118dad925, 'click', function() {infowindow.open(map,m_a46271b12bd598c1859e0b7118dad925);});$marker.push(m_a46271b12bd598c1859e0b7118dad925);}});}google.maps.event.addDomListener(window, 'load', initialize);