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(32.4224,-99.8418)};var g_f799caeee7dbd8b7f397488f0f3c5018 = new google.maps.Geocoder();g_f799caeee7dbd8b7f397488f0f3c5018.geocode( { 'address': "341 Ave C, Dyess AFB, TX 79607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dyess-air-force-base-TX-communities-of-abilene-fcu').style.display = '';map = new google.maps.Map(document.getElementById('dyess-air-force-base-TX-communities-of-abilene-fcu'), mapOptions);}document.getElementById('9aae1620').innerHTML += ' | View Map';var $lf799caeee7dbd8b7f397488f0f3c5018 = '

Communities of Abilene Fcu

Address: 341 Ave C, Dyess AFB, TX 79607, USA
Phone: (325) 691-2300
';var m_f799caeee7dbd8b7f397488f0f3c5018 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Communities of Abilene Fcu',});m_f799caeee7dbd8b7f397488f0f3c5018['infowindow'] = new google.maps.InfoWindow({content: $lf799caeee7dbd8b7f397488f0f3c5018});var infowindow = new google.maps.InfoWindow({content: $lf799caeee7dbd8b7f397488f0f3c5018});google.maps.event.addListener(m_f799caeee7dbd8b7f397488f0f3c5018, 'click', function() {infowindow.open(map,m_f799caeee7dbd8b7f397488f0f3c5018);});$marker.push(m_f799caeee7dbd8b7f397488f0f3c5018);}});}google.maps.event.addDomListener(window, 'load', initialize);