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(33.9674,-98.5068)};var g_f438dc30fd750f17a546c8fa77613966 = new google.maps.Geocoder();g_f438dc30fd750f17a546c8fa77613966.geocode( { 'address': "2nd Ave, Building 212, Sheppard AFB, TX 76311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sheppard-air-force-base-TX-union-square-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sheppard-air-force-base-TX-union-square-credit-union'), mapOptions);}document.getElementById('bf0edc3a').innerHTML += ' | View Map';var $lf438dc30fd750f17a546c8fa77613966 = '

Union Square Credit Union

Address: 2nd Ave, Building 212, Sheppard AFB, TX 76311, USA
Phone: (940) 720-8000
';var m_f438dc30fd750f17a546c8fa77613966 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Square Credit Union',});m_f438dc30fd750f17a546c8fa77613966['infowindow'] = new google.maps.InfoWindow({content: $lf438dc30fd750f17a546c8fa77613966});var infowindow = new google.maps.InfoWindow({content: $lf438dc30fd750f17a546c8fa77613966});google.maps.event.addListener(m_f438dc30fd750f17a546c8fa77613966, 'click', function() {infowindow.open(map,m_f438dc30fd750f17a546c8fa77613966);});$marker.push(m_f438dc30fd750f17a546c8fa77613966);}});}google.maps.event.addDomListener(window, 'load', initialize);