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.3673,-100.891)};var g_f0b9c7828b267d70641098732aaca656 = new google.maps.Geocoder();g_f0b9c7828b267d70641098732aaca656.geocode( { 'address': "114 W Losoya St, Del Rio, TX 78840"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('del-rio-TX-air-force-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('del-rio-TX-air-force-federal-credit-union'), mapOptions);}document.getElementById('5a37738e').innerHTML += ' | View Map';var $lf0b9c7828b267d70641098732aaca656 = '

Air Force Federal Credit Union

Address: 114 W Losoya St, Del Rio, TX 78840
Phone: (830) 488-6322
';var m_f0b9c7828b267d70641098732aaca656 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Air Force Federal Credit Union',});m_f0b9c7828b267d70641098732aaca656['infowindow'] = new google.maps.InfoWindow({content: $lf0b9c7828b267d70641098732aaca656});var infowindow = new google.maps.InfoWindow({content: $lf0b9c7828b267d70641098732aaca656});google.maps.event.addListener(m_f0b9c7828b267d70641098732aaca656, 'click', function() {infowindow.open(map,m_f0b9c7828b267d70641098732aaca656);});$marker.push(m_f0b9c7828b267d70641098732aaca656);}});}google.maps.event.addDomListener(window, 'load', initialize);