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.1088,-84.5012)};var g_52aa16fc56779ac9b2ae91a8b47927ba = new google.maps.Geocoder();g_52aa16fc56779ac9b2ae91a8b47927ba.geocode( { 'address': "4500 Cooper Rd, Cincinnati, OH 45242"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-national-city').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-national-city'), mapOptions);}document.getElementById('b2d590d9').innerHTML += ' | View Map';var $l52aa16fc56779ac9b2ae91a8b47927ba = '

National City

Address: 4500 Cooper Rd, Cincinnati, OH 45242
Phone: (513) 791-1600
';var m_52aa16fc56779ac9b2ae91a8b47927ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National City',});m_52aa16fc56779ac9b2ae91a8b47927ba['infowindow'] = new google.maps.InfoWindow({content: $l52aa16fc56779ac9b2ae91a8b47927ba});var infowindow = new google.maps.InfoWindow({content: $l52aa16fc56779ac9b2ae91a8b47927ba});google.maps.event.addListener(m_52aa16fc56779ac9b2ae91a8b47927ba, 'click', function() {infowindow.open(map,m_52aa16fc56779ac9b2ae91a8b47927ba);});$marker.push(m_52aa16fc56779ac9b2ae91a8b47927ba);}});}google.maps.event.addDomListener(window, 'load', initialize);