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.1663,-84.6339)};var g_a5451ac57849a2ed0d3938dd4a3efa39 = new google.maps.Geocoder();g_a5451ac57849a2ed0d3938dd4a3efa39.geocode( { 'address': "5600 Harrison Ave, Cincinnati, OH 45248, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-niehaus-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-niehaus-financial-services'), mapOptions);}document.getElementById('e13f2c96').innerHTML += ' | View Map';var $la5451ac57849a2ed0d3938dd4a3efa39 = '

Niehaus Financial Services

Address: 5600 Harrison Ave, Cincinnati, OH 45248, USA
Phone: (513) 471-9600
';var m_a5451ac57849a2ed0d3938dd4a3efa39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Niehaus Financial Services',});m_a5451ac57849a2ed0d3938dd4a3efa39['infowindow'] = new google.maps.InfoWindow({content: $la5451ac57849a2ed0d3938dd4a3efa39});var infowindow = new google.maps.InfoWindow({content: $la5451ac57849a2ed0d3938dd4a3efa39});google.maps.event.addListener(m_a5451ac57849a2ed0d3938dd4a3efa39, 'click', function() {infowindow.open(map,m_a5451ac57849a2ed0d3938dd4a3efa39);});$marker.push(m_a5451ac57849a2ed0d3938dd4a3efa39);}});}google.maps.event.addDomListener(window, 'load', initialize);