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.1005,-84.5082)};var g_c7b2dd37955735b005d5f5d6221ff657 = new google.maps.Geocoder();g_c7b2dd37955735b005d5f5d6221ff657.geocode( { 'address': "221 E 4th St #600, Cincinnati, OH 45202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-the-federal-home-loan-bank-of-cincinnati').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-the-federal-home-loan-bank-of-cincinnati'), mapOptions);}document.getElementById('e9c45fe4').innerHTML += ' | View Map';var $lc7b2dd37955735b005d5f5d6221ff657 = '

The Federal Home Loan Bank of Cincinnati

Address: 221 E 4th St #600, Cincinnati, OH 45202, USA
Phone: (513) 852-7500
';var m_c7b2dd37955735b005d5f5d6221ff657 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Federal Home Loan Bank of Cincinnati',});m_c7b2dd37955735b005d5f5d6221ff657['infowindow'] = new google.maps.InfoWindow({content: $lc7b2dd37955735b005d5f5d6221ff657});var infowindow = new google.maps.InfoWindow({content: $lc7b2dd37955735b005d5f5d6221ff657});google.maps.event.addListener(m_c7b2dd37955735b005d5f5d6221ff657, 'click', function() {infowindow.open(map,m_c7b2dd37955735b005d5f5d6221ff657);});$marker.push(m_c7b2dd37955735b005d5f5d6221ff657);}});}google.maps.event.addDomListener(window, 'load', initialize);