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.5014,-84.3905)};var g_cfe823e5dde07a6330926340d430cc60 = new google.maps.Geocoder();g_cfe823e5dde07a6330926340d430cc60.geocode( { 'address': "1201 Crawford St, Middletown, OH 45044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middletown-OH-midusa-cu').style.display = '';map = new google.maps.Map(document.getElementById('middletown-OH-midusa-cu'), mapOptions);}document.getElementById('ce961e51').innerHTML += ' | View Map';var $lcfe823e5dde07a6330926340d430cc60 = '

MidUSA CU

Address: 1201 Crawford St, Middletown, OH 45044, USA
Phone: (513) 420-8640
';var m_cfe823e5dde07a6330926340d430cc60 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MidUSA CU',});m_cfe823e5dde07a6330926340d430cc60['infowindow'] = new google.maps.InfoWindow({content: $lcfe823e5dde07a6330926340d430cc60});var infowindow = new google.maps.InfoWindow({content: $lcfe823e5dde07a6330926340d430cc60});google.maps.event.addListener(m_cfe823e5dde07a6330926340d430cc60, 'click', function() {infowindow.open(map,m_cfe823e5dde07a6330926340d430cc60);});$marker.push(m_cfe823e5dde07a6330926340d430cc60);}});}google.maps.event.addDomListener(window, 'load', initialize);