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.731,-95.4305)};var g_f4673e1d559b339a5ad95e54e42f0ae2 = new google.maps.Geocoder();g_f4673e1d559b339a5ad95e54e42f0ae2.geocode( { 'address': "4 E Greenway Plaza # 816, Houston, TX 77046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-southern-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-southern-federal-credit-union'), mapOptions);}document.getElementById('b64d703a').innerHTML += ' | View Map';var $lf4673e1d559b339a5ad95e54e42f0ae2 = '

Southern Federal Credit Union

Address: 4 E Greenway Plaza # 816, Houston, TX 77046, USA
Phone: (713) 232-7774
';var m_f4673e1d559b339a5ad95e54e42f0ae2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Federal Credit Union',});m_f4673e1d559b339a5ad95e54e42f0ae2['infowindow'] = new google.maps.InfoWindow({content: $lf4673e1d559b339a5ad95e54e42f0ae2});var infowindow = new google.maps.InfoWindow({content: $lf4673e1d559b339a5ad95e54e42f0ae2});google.maps.event.addListener(m_f4673e1d559b339a5ad95e54e42f0ae2, 'click', function() {infowindow.open(map,m_f4673e1d559b339a5ad95e54e42f0ae2);});$marker.push(m_f4673e1d559b339a5ad95e54e42f0ae2);}});}google.maps.event.addDomListener(window, 'load', initialize);