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.7288,-95.5514)};var g_c9adc1dfd14d7b8622477ac0629b3d13 = new google.maps.Geocoder();g_c9adc1dfd14d7b8622477ac0629b3d13.geocode( { 'address': "10100 Richmond Ave, Houston, TX 77042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-membersource-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-membersource-credit-union'), mapOptions);}document.getElementById('710d73e4').innerHTML += ' | View Map';var $lc9adc1dfd14d7b8622477ac0629b3d13 = '

MemberSource Credit Union

Address: 10100 Richmond Ave, Houston, TX 77042, USA
Phone: (713) 627-4000
';var m_c9adc1dfd14d7b8622477ac0629b3d13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MemberSource Credit Union',});m_c9adc1dfd14d7b8622477ac0629b3d13['infowindow'] = new google.maps.InfoWindow({content: $lc9adc1dfd14d7b8622477ac0629b3d13});var infowindow = new google.maps.InfoWindow({content: $lc9adc1dfd14d7b8622477ac0629b3d13});google.maps.event.addListener(m_c9adc1dfd14d7b8622477ac0629b3d13, 'click', function() {infowindow.open(map,m_c9adc1dfd14d7b8622477ac0629b3d13);});$marker.push(m_c9adc1dfd14d7b8622477ac0629b3d13);}});}google.maps.event.addDomListener(window, 'load', initialize);