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.4949,-84.3184)};var g_bce688d4d58fc09c2a10e0761b79a0e6 = new google.maps.Geocoder();g_bce688d4d58fc09c2a10e0761b79a0e6.geocode( { 'address': "6051 Market Ave, Middletown, OH 45005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middletown-OH-atrium-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('middletown-OH-atrium-credit-union'), mapOptions);}document.getElementById('8fb5416d').innerHTML += ' | View Map';var $lbce688d4d58fc09c2a10e0761b79a0e6 = '

Atrium Credit Union

Address: 6051 Market Ave, Middletown, OH 45005, USA
Phone: (513) 420-5179
';var m_bce688d4d58fc09c2a10e0761b79a0e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atrium Credit Union',});m_bce688d4d58fc09c2a10e0761b79a0e6['infowindow'] = new google.maps.InfoWindow({content: $lbce688d4d58fc09c2a10e0761b79a0e6});var infowindow = new google.maps.InfoWindow({content: $lbce688d4d58fc09c2a10e0761b79a0e6});google.maps.event.addListener(m_bce688d4d58fc09c2a10e0761b79a0e6, 'click', function() {infowindow.open(map,m_bce688d4d58fc09c2a10e0761b79a0e6);});$marker.push(m_bce688d4d58fc09c2a10e0761b79a0e6);}});}google.maps.event.addDomListener(window, 'load', initialize);