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.1407,-84.6131)};var g_214f9424bd924def149681f47e629ad7 = new google.maps.Geocoder();g_214f9424bd924def149681f47e629ad7.geocode( { 'address': "3287 Werk Rd, Cincinnati, OH 45211, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-greater-cincinnati-cu').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-greater-cincinnati-cu'), mapOptions);}document.getElementById('59722c4b').innerHTML += ' | View Map';var $l214f9424bd924def149681f47e629ad7 = '

Greater Cincinnati Cu

Address: 3287 Werk Rd, Cincinnati, OH 45211, USA
Phone: (513) 559-1234
';var m_214f9424bd924def149681f47e629ad7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greater Cincinnati Cu',});m_214f9424bd924def149681f47e629ad7['infowindow'] = new google.maps.InfoWindow({content: $l214f9424bd924def149681f47e629ad7});var infowindow = new google.maps.InfoWindow({content: $l214f9424bd924def149681f47e629ad7});google.maps.event.addListener(m_214f9424bd924def149681f47e629ad7, 'click', function() {infowindow.open(map,m_214f9424bd924def149681f47e629ad7);});$marker.push(m_214f9424bd924def149681f47e629ad7);}});}google.maps.event.addDomListener(window, 'load', initialize);