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(41.1189,-95.9236)};var g_017335bad48f4cae20a7fb8201cc1323 = new google.maps.Geocoder();g_017335bad48f4cae20a7fb8201cc1323.geocode( { 'address': "106 Meyer Avenue Bldg 166, Offutt Air Force Base, NE 68113, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('offutt-air-force-base-NE-offutt-main-exchange').style.display = '';map = new google.maps.Map(document.getElementById('offutt-air-force-base-NE-offutt-main-exchange'), mapOptions);}document.getElementById('4d1e6d92').innerHTML += ' | View Map';var $l017335bad48f4cae20a7fb8201cc1323 = '

Offutt Main Exchange

Address: 106 Meyer Avenue Bldg 166, Offutt Air Force Base, NE 68113, USA
Phone: (402) 291-9100
';var m_017335bad48f4cae20a7fb8201cc1323 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Offutt Main Exchange',});m_017335bad48f4cae20a7fb8201cc1323['infowindow'] = new google.maps.InfoWindow({content: $l017335bad48f4cae20a7fb8201cc1323});var infowindow = new google.maps.InfoWindow({content: $l017335bad48f4cae20a7fb8201cc1323});google.maps.event.addListener(m_017335bad48f4cae20a7fb8201cc1323, 'click', function() {infowindow.open(map,m_017335bad48f4cae20a7fb8201cc1323);});$marker.push(m_017335bad48f4cae20a7fb8201cc1323);}});}google.maps.event.addDomListener(window, 'load', initialize);