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(39.8105,-84.0439)};var g_d87a115c9d86093c5cf8e181a795ba8d = new google.maps.Geocoder();g_d87a115c9d86093c5cf8e181a795ba8d.geocode( { 'address': "Building 16, Wright-Patterson AFB, OH 45433, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wright-patterson-air-force-base-OH-wright-patt-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wright-patterson-air-force-base-OH-wright-patt-credit-union'), mapOptions);}document.getElementById('d273ed73').innerHTML += ' | View Map';var $ld87a115c9d86093c5cf8e181a795ba8d = '

Wright-Patt Credit Union

Address: Building 16, Wright-Patterson AFB, OH 45433, USA
Phone: (800) 762-0047
';var m_d87a115c9d86093c5cf8e181a795ba8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wright-Patt Credit Union',});m_d87a115c9d86093c5cf8e181a795ba8d['infowindow'] = new google.maps.InfoWindow({content: $ld87a115c9d86093c5cf8e181a795ba8d});var infowindow = new google.maps.InfoWindow({content: $ld87a115c9d86093c5cf8e181a795ba8d});google.maps.event.addListener(m_d87a115c9d86093c5cf8e181a795ba8d, 'click', function() {infowindow.open(map,m_d87a115c9d86093c5cf8e181a795ba8d);});$marker.push(m_d87a115c9d86093c5cf8e181a795ba8d);}});}google.maps.event.addDomListener(window, 'load', initialize);