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.7049,-84.1709)};var g_4a3cce87a14deb5fd80e293fef015c2a = new google.maps.Geocoder();g_4a3cce87a14deb5fd80e293fef015c2a.geocode( { 'address': "21 W Dorothy Ln, Dayton, OH 45429, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dayton-OH-mid-usa-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dayton-OH-mid-usa-credit-union'), mapOptions);}document.getElementById('828741c7').innerHTML += ' | View Map';var $l4a3cce87a14deb5fd80e293fef015c2a = '

Mid USA Credit Union

Address: 21 W Dorothy Ln, Dayton, OH 45429, USA
Phone: (937) 610-3390
';var m_4a3cce87a14deb5fd80e293fef015c2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid USA Credit Union',});m_4a3cce87a14deb5fd80e293fef015c2a['infowindow'] = new google.maps.InfoWindow({content: $l4a3cce87a14deb5fd80e293fef015c2a});var infowindow = new google.maps.InfoWindow({content: $l4a3cce87a14deb5fd80e293fef015c2a});google.maps.event.addListener(m_4a3cce87a14deb5fd80e293fef015c2a, 'click', function() {infowindow.open(map,m_4a3cce87a14deb5fd80e293fef015c2a);});$marker.push(m_4a3cce87a14deb5fd80e293fef015c2a);}});}google.maps.event.addDomListener(window, 'load', initialize);