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.6874,-83.9642)};var g_fc20d483b03d8e3381083e653574b329 = new google.maps.Geocoder();g_fc20d483b03d8e3381083e653574b329.geocode( { 'address': "88 Progress Dr, Xenia, OH 45385, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('xenia-OH-wright-patt-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('xenia-OH-wright-patt-credit-union'), mapOptions);}document.getElementById('5bd93aa5').innerHTML += ' | View Map';var $lfc20d483b03d8e3381083e653574b329 = '

Wright Patt Credit Union

Address: 88 Progress Dr, Xenia, OH 45385, USA
Phone: (937) 912-7000
';var m_fc20d483b03d8e3381083e653574b329 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wright Patt Credit Union',});m_fc20d483b03d8e3381083e653574b329['infowindow'] = new google.maps.InfoWindow({content: $lfc20d483b03d8e3381083e653574b329});var infowindow = new google.maps.InfoWindow({content: $lfc20d483b03d8e3381083e653574b329});google.maps.event.addListener(m_fc20d483b03d8e3381083e653574b329, 'click', function() {infowindow.open(map,m_fc20d483b03d8e3381083e653574b329);});$marker.push(m_fc20d483b03d8e3381083e653574b329);}});}google.maps.event.addDomListener(window, 'load', initialize);