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.1601,-84.3901)};var g_a91e89da0d5105a4055e400e5f31b8c2 = new google.maps.Geocoder();g_a91e89da0d5105a4055e400e5f31b8c2.geocode( { 'address': "4240 Airport Rd Ste 103, Cincinnati, OH 45226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-seth-stefanko').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-seth-stefanko'), mapOptions);}document.getElementById('66de13b7').innerHTML += ' | View Map';var $la91e89da0d5105a4055e400e5f31b8c2 = '

Seth Stefanko

Address: 4240 Airport Rd Ste 103, Cincinnati, OH 45226, USA
Phone: (513) 470-9939
';var m_a91e89da0d5105a4055e400e5f31b8c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Seth Stefanko',});m_a91e89da0d5105a4055e400e5f31b8c2['infowindow'] = new google.maps.InfoWindow({content: $la91e89da0d5105a4055e400e5f31b8c2});var infowindow = new google.maps.InfoWindow({content: $la91e89da0d5105a4055e400e5f31b8c2});google.maps.event.addListener(m_a91e89da0d5105a4055e400e5f31b8c2, 'click', function() {infowindow.open(map,m_a91e89da0d5105a4055e400e5f31b8c2);});$marker.push(m_a91e89da0d5105a4055e400e5f31b8c2);}});}google.maps.event.addDomListener(window, 'load', initialize);