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.9283,-95.3214)};var g_facd7513981a0c7e11a238db829f5f45 = new google.maps.Geocoder();g_facd7513981a0c7e11a238db829f5f45.geocode( { 'address': "4600 Aldine Bender Rd, North Houston, TX 77315, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-houston-postal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-houston-postal-credit-union'), mapOptions);}document.getElementById('56160f28').innerHTML += ' | View Map';var $lfacd7513981a0c7e11a238db829f5f45 = '

Houston Postal Credit Union

Address: 4600 Aldine Bender Rd, North Houston, TX 77315, USA
Phone: (281) 449-7660
';var m_facd7513981a0c7e11a238db829f5f45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Houston Postal Credit Union',});m_facd7513981a0c7e11a238db829f5f45['infowindow'] = new google.maps.InfoWindow({content: $lfacd7513981a0c7e11a238db829f5f45});var infowindow = new google.maps.InfoWindow({content: $lfacd7513981a0c7e11a238db829f5f45});google.maps.event.addListener(m_facd7513981a0c7e11a238db829f5f45, 'click', function() {infowindow.open(map,m_facd7513981a0c7e11a238db829f5f45);});$marker.push(m_facd7513981a0c7e11a238db829f5f45);}});}google.maps.event.addDomListener(window, 'load', initialize);