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.5962,-96.3025)};var g_a486cd07e4ac3d270571622f4f316ec5 = new google.maps.Geocoder();g_a486cd07e4ac3d270571622f4f316ec5.geocode( { 'address': "2298 Longmire Dr, College Station, TX 77845, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('college-station-TX-brazos-valley-schools-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('college-station-TX-brazos-valley-schools-credit-union'), mapOptions);}document.getElementById('270dcf63').innerHTML += ' | View Map';var $la486cd07e4ac3d270571622f4f316ec5 = '

Brazos Valley Schools Credit Union

Address: 2298 Longmire Dr, College Station, TX 77845, USA
Phone: (979) 693-1818
';var m_a486cd07e4ac3d270571622f4f316ec5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brazos Valley Schools Credit Union',});m_a486cd07e4ac3d270571622f4f316ec5['infowindow'] = new google.maps.InfoWindow({content: $la486cd07e4ac3d270571622f4f316ec5});var infowindow = new google.maps.InfoWindow({content: $la486cd07e4ac3d270571622f4f316ec5});google.maps.event.addListener(m_a486cd07e4ac3d270571622f4f316ec5, 'click', function() {infowindow.open(map,m_a486cd07e4ac3d270571622f4f316ec5);});$marker.push(m_a486cd07e4ac3d270571622f4f316ec5);}});}google.maps.event.addDomListener(window, 'load', initialize);