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

ATM (Universal 1 Credit Union)

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