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.8059,-83.8884)};var g_c465888b951b300df31461a702f5cf08 = new google.maps.Geocoder();g_c465888b951b300df31461a702f5cf08.geocode( { 'address': "217 Xenia Ave, Yellow Springs, OH 45387, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yellow-springs-OH-yellow-springs-community-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('yellow-springs-OH-yellow-springs-community-fed-cu'), mapOptions);}document.getElementById('398951fd').innerHTML += ' | View Map';var $lc465888b951b300df31461a702f5cf08 = '

Yellow Springs Community Fed CU

Address: 217 Xenia Ave, Yellow Springs, OH 45387, USA
Phone: (937) 767-7377
';var m_c465888b951b300df31461a702f5cf08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Yellow Springs Community Fed CU',});m_c465888b951b300df31461a702f5cf08['infowindow'] = new google.maps.InfoWindow({content: $lc465888b951b300df31461a702f5cf08});var infowindow = new google.maps.InfoWindow({content: $lc465888b951b300df31461a702f5cf08});google.maps.event.addListener(m_c465888b951b300df31461a702f5cf08, 'click', function() {infowindow.open(map,m_c465888b951b300df31461a702f5cf08);});$marker.push(m_c465888b951b300df31461a702f5cf08);}});}google.maps.event.addDomListener(window, 'load', initialize);