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.7413,-95.5002)};var g_35bd966ff9784b5ebbaba5e1fad13859 = new google.maps.Geocoder();g_35bd966ff9784b5ebbaba5e1fad13859.geocode( { 'address': "2323 S Voss Rd #390, Houston, TX 77057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-credit-union'), mapOptions);}document.getElementById('81a14845').innerHTML += ' | View Map';var $l35bd966ff9784b5ebbaba5e1fad13859 = '

Credit Union

Address: 2323 S Voss Rd #390, Houston, TX 77057, USA
Phone: (866) 341-1214
';var m_35bd966ff9784b5ebbaba5e1fad13859 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union',});m_35bd966ff9784b5ebbaba5e1fad13859['infowindow'] = new google.maps.InfoWindow({content: $l35bd966ff9784b5ebbaba5e1fad13859});var infowindow = new google.maps.InfoWindow({content: $l35bd966ff9784b5ebbaba5e1fad13859});google.maps.event.addListener(m_35bd966ff9784b5ebbaba5e1fad13859, 'click', function() {infowindow.open(map,m_35bd966ff9784b5ebbaba5e1fad13859);});$marker.push(m_35bd966ff9784b5ebbaba5e1fad13859);}});}google.maps.event.addDomListener(window, 'load', initialize);