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(30.6122,-97.2119)};var g_e138fc0f0b111d111b3d3a236c8b4c6a = new google.maps.Geocoder();g_e138fc0f0b111d111b3d3a236c8b4c6a.geocode( { 'address': "600 US-79, Thorndale, TX 76577, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thorndale-TX-rockdale-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('thorndale-TX-rockdale-federal-credit-union'), mapOptions);}document.getElementById('06461ad4').innerHTML += ' | View Map';var $le138fc0f0b111d111b3d3a236c8b4c6a = '

Rockdale Federal Credit Union

Address: 600 US-79, Thorndale, TX 76577, USA
Phone: (512) 898-5200
';var m_e138fc0f0b111d111b3d3a236c8b4c6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rockdale Federal Credit Union',});m_e138fc0f0b111d111b3d3a236c8b4c6a['infowindow'] = new google.maps.InfoWindow({content: $le138fc0f0b111d111b3d3a236c8b4c6a});var infowindow = new google.maps.InfoWindow({content: $le138fc0f0b111d111b3d3a236c8b4c6a});google.maps.event.addListener(m_e138fc0f0b111d111b3d3a236c8b4c6a, 'click', function() {infowindow.open(map,m_e138fc0f0b111d111b3d3a236c8b4c6a);});$marker.push(m_e138fc0f0b111d111b3d3a236c8b4c6a);}});}google.maps.event.addDomListener(window, 'load', initialize);