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.1063,-84.5119)};var g_b1def63358eda5c45dbda4fa7c0620ef = new google.maps.Geocoder();g_b1def63358eda5c45dbda4fa7c0620ef.geocode( { 'address': "119 E Court St, Cincinnati, OH 45202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-netleasex-capital').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-netleasex-capital'), mapOptions);}document.getElementById('0d06650e').innerHTML += ' | View Map';var $lb1def63358eda5c45dbda4fa7c0620ef = '

NetLeaseX Capital

Address: 119 E Court St, Cincinnati, OH 45202, USA
Phone: (513) 621-1031
';var m_b1def63358eda5c45dbda4fa7c0620ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NetLeaseX Capital',});m_b1def63358eda5c45dbda4fa7c0620ef['infowindow'] = new google.maps.InfoWindow({content: $lb1def63358eda5c45dbda4fa7c0620ef});var infowindow = new google.maps.InfoWindow({content: $lb1def63358eda5c45dbda4fa7c0620ef});google.maps.event.addListener(m_b1def63358eda5c45dbda4fa7c0620ef, 'click', function() {infowindow.open(map,m_b1def63358eda5c45dbda4fa7c0620ef);});$marker.push(m_b1def63358eda5c45dbda4fa7c0620ef);}});}google.maps.event.addDomListener(window, 'load', initialize);