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.7204,-95.2221)};var g_689aa1f4357cb7072554e435dca9a370 = new google.maps.Geocoder();g_689aa1f4357cb7072554e435dca9a370.geocode( { 'address': "900 Grand Plaza, Houston, TX 77067"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-alliant-credit-union-houston').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-alliant-credit-union-houston'), mapOptions);}document.getElementById('0387ac1f').innerHTML += ' | View Map';var $l689aa1f4357cb7072554e435dca9a370 = '

Alliant Credit Union - Houston

Address: 900 Grand Plaza, Houston, TX 77067
Phone: (800) 328-1935
';var m_689aa1f4357cb7072554e435dca9a370 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alliant Credit Union - Houston',});m_689aa1f4357cb7072554e435dca9a370['infowindow'] = new google.maps.InfoWindow({content: $l689aa1f4357cb7072554e435dca9a370});var infowindow = new google.maps.InfoWindow({content: $l689aa1f4357cb7072554e435dca9a370});google.maps.event.addListener(m_689aa1f4357cb7072554e435dca9a370, 'click', function() {infowindow.open(map,m_689aa1f4357cb7072554e435dca9a370);});$marker.push(m_689aa1f4357cb7072554e435dca9a370);}});}google.maps.event.addDomListener(window, 'load', initialize);