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.8897,-96.2944)};var g_741b6f7de66ef5eb1b8cc01e3a2ba694 = new google.maps.Geocoder();g_741b6f7de66ef5eb1b8cc01e3a2ba694.geocode( { 'address': "2127 E Wm J Bryan Pkwy, Bryan, TX 77802"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bryan-TX-aggieland-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bryan-TX-aggieland-credit-union'), mapOptions);}document.getElementById('16ca7aec').innerHTML += ' | View Map';var $l741b6f7de66ef5eb1b8cc01e3a2ba694 = '

Aggieland Credit Union

Address: 2127 E Wm J Bryan Pkwy, Bryan, TX 77802
Phone: (979) 696-1440
';var m_741b6f7de66ef5eb1b8cc01e3a2ba694 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aggieland Credit Union',});m_741b6f7de66ef5eb1b8cc01e3a2ba694['infowindow'] = new google.maps.InfoWindow({content: $l741b6f7de66ef5eb1b8cc01e3a2ba694});var infowindow = new google.maps.InfoWindow({content: $l741b6f7de66ef5eb1b8cc01e3a2ba694});google.maps.event.addListener(m_741b6f7de66ef5eb1b8cc01e3a2ba694, 'click', function() {infowindow.open(map,m_741b6f7de66ef5eb1b8cc01e3a2ba694);});$marker.push(m_741b6f7de66ef5eb1b8cc01e3a2ba694);}});}google.maps.event.addDomListener(window, 'load', initialize);