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.6193,-96.3447)};var g_22d69e3797a2d824bb5b5a86b9c529f1 = new google.maps.Geocoder();g_22d69e3797a2d824bb5b5a86b9c529f1.geocode( { 'address': "501 University Dr, College Station, TX 77840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('college-station-TX-aggieland-credit-union---northgate').style.display = '';map = new google.maps.Map(document.getElementById('college-station-TX-aggieland-credit-union---northgate'), mapOptions);}document.getElementById('8dd9c202').innerHTML += ' | View Map';var $l22d69e3797a2d824bb5b5a86b9c529f1 = '

Aggieland Credit Union - Northgate

Address: 501 University Dr, College Station, TX 77840, USA
Phone: (979) 696-1440
';var m_22d69e3797a2d824bb5b5a86b9c529f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aggieland Credit Union - Northgate',});m_22d69e3797a2d824bb5b5a86b9c529f1['infowindow'] = new google.maps.InfoWindow({content: $l22d69e3797a2d824bb5b5a86b9c529f1});var infowindow = new google.maps.InfoWindow({content: $l22d69e3797a2d824bb5b5a86b9c529f1});google.maps.event.addListener(m_22d69e3797a2d824bb5b5a86b9c529f1, 'click', function() {infowindow.open(map,m_22d69e3797a2d824bb5b5a86b9c529f1);});$marker.push(m_22d69e3797a2d824bb5b5a86b9c529f1);}});}google.maps.event.addDomListener(window, 'load', initialize);