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.5204,-84.4005)};var g_c4e123c030d81458335a499dc467030d = new google.maps.Geocoder();g_c4e123c030d81458335a499dc467030d.geocode( { 'address': "400 N Broad St, Middletown, OH 45042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middletown-OH-sorg-bay-west-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('middletown-OH-sorg-bay-west-federal-credit-union'), mapOptions);}document.getElementById('8254a752').innerHTML += ' | View Map';var $lc4e123c030d81458335a499dc467030d = '

Sorg Bay West Federal Credit Union

Address: 400 N Broad St, Middletown, OH 45042, USA
Phone: (513) 422-8697
';var m_c4e123c030d81458335a499dc467030d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sorg Bay West Federal Credit Union',});m_c4e123c030d81458335a499dc467030d['infowindow'] = new google.maps.InfoWindow({content: $lc4e123c030d81458335a499dc467030d});var infowindow = new google.maps.InfoWindow({content: $lc4e123c030d81458335a499dc467030d});google.maps.event.addListener(m_c4e123c030d81458335a499dc467030d, 'click', function() {infowindow.open(map,m_c4e123c030d81458335a499dc467030d);});$marker.push(m_c4e123c030d81458335a499dc467030d);}});}google.maps.event.addDomListener(window, 'load', initialize);