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.6075,-84.2274)};var g_09b49d091c1c50a23740e4e68c90d58a = new google.maps.Geocoder();g_09b49d091c1c50a23740e4e68c90d58a.geocode( { 'address': "9900 N Springboro Pike, Miamisburg, OH 45342, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miamisburg-OH-universal-1-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('miamisburg-OH-universal-1-credit-union'), mapOptions);}document.getElementById('fe513101').innerHTML += ' | View Map';var $l09b49d091c1c50a23740e4e68c90d58a = '

Universal 1 Credit Union

Address: 9900 N Springboro Pike, Miamisburg, OH 45342, USA
Phone: (937) 435-7268
';var m_09b49d091c1c50a23740e4e68c90d58a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Universal 1 Credit Union',});m_09b49d091c1c50a23740e4e68c90d58a['infowindow'] = new google.maps.InfoWindow({content: $l09b49d091c1c50a23740e4e68c90d58a});var infowindow = new google.maps.InfoWindow({content: $l09b49d091c1c50a23740e4e68c90d58a});google.maps.event.addListener(m_09b49d091c1c50a23740e4e68c90d58a, 'click', function() {infowindow.open(map,m_09b49d091c1c50a23740e4e68c90d58a);});$marker.push(m_09b49d091c1c50a23740e4e68c90d58a);}});}google.maps.event.addDomListener(window, 'load', initialize);