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.9955,-95.174)};var g_f7c59863dbcc20bd6fedfa36f2329728 = new google.maps.Geocoder();g_f7c59863dbcc20bd6fedfa36f2329728.geocode( { 'address': "6903 Atascocita Road, Atascocita, TX 77346, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atascocita-TX-community-resource-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('atascocita-TX-community-resource-credit-union'), mapOptions);}document.getElementById('b863d8f8').innerHTML += ' | View Map';var $lf7c59863dbcc20bd6fedfa36f2329728 = '

Community Resource Credit Union

Address: 6903 Atascocita Road, Atascocita, TX 77346, USA
Phone: (281) 422-3611
';var m_f7c59863dbcc20bd6fedfa36f2329728 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Resource Credit Union',});m_f7c59863dbcc20bd6fedfa36f2329728['infowindow'] = new google.maps.InfoWindow({content: $lf7c59863dbcc20bd6fedfa36f2329728});var infowindow = new google.maps.InfoWindow({content: $lf7c59863dbcc20bd6fedfa36f2329728});google.maps.event.addListener(m_f7c59863dbcc20bd6fedfa36f2329728, 'click', function() {infowindow.open(map,m_f7c59863dbcc20bd6fedfa36f2329728);});$marker.push(m_f7c59863dbcc20bd6fedfa36f2329728);}});}google.maps.event.addDomListener(window, 'load', initialize);