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.6633,-95.1898)};var g_33807fbc68d335db8080d3c10cb78822 = new google.maps.Geocoder();g_33807fbc68d335db8080d3c10cb78822.geocode( { 'address': "3550 Spencer Hwy, Pasadena, TX 77505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pasadena-TX-associated-credit-union-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('pasadena-TX-associated-credit-union-of-texas'), mapOptions);}document.getElementById('53c8e446').innerHTML += ' | View Map';var $l33807fbc68d335db8080d3c10cb78822 = '

Associated Credit Union of Texas

Address: 3550 Spencer Hwy, Pasadena, TX 77505, USA
Phone: (281) 479-3441
';var m_33807fbc68d335db8080d3c10cb78822 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Credit Union of Texas',});m_33807fbc68d335db8080d3c10cb78822['infowindow'] = new google.maps.InfoWindow({content: $l33807fbc68d335db8080d3c10cb78822});var infowindow = new google.maps.InfoWindow({content: $l33807fbc68d335db8080d3c10cb78822});google.maps.event.addListener(m_33807fbc68d335db8080d3c10cb78822, 'click', function() {infowindow.open(map,m_33807fbc68d335db8080d3c10cb78822);});$marker.push(m_33807fbc68d335db8080d3c10cb78822);}});}google.maps.event.addDomListener(window, 'load', initialize);