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.7827,-95.2044)};var g_753497fc6979a84f5cd1ac595999aa4e = new google.maps.Geocoder();g_753497fc6979a84f5cd1ac595999aa4e.geocode( { 'address': "771 Normandy St, Houston, TX 77015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-united-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-united-community-credit-union'), mapOptions);}document.getElementById('a93143af').innerHTML += ' | View Map';var $l753497fc6979a84f5cd1ac595999aa4e = '

United Community Credit Union

Address: 771 Normandy St, Houston, TX 77015, USA
Phone: (713) 450-3454
';var m_753497fc6979a84f5cd1ac595999aa4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Credit Union',});m_753497fc6979a84f5cd1ac595999aa4e['infowindow'] = new google.maps.InfoWindow({content: $l753497fc6979a84f5cd1ac595999aa4e});var infowindow = new google.maps.InfoWindow({content: $l753497fc6979a84f5cd1ac595999aa4e});google.maps.event.addListener(m_753497fc6979a84f5cd1ac595999aa4e, 'click', function() {infowindow.open(map,m_753497fc6979a84f5cd1ac595999aa4e);});$marker.push(m_753497fc6979a84f5cd1ac595999aa4e);}});}google.maps.event.addDomListener(window, 'load', initialize);