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.0759,-84.4613)};var g_d3a736f4fba7292e797794d20dd6a53c = new google.maps.Geocoder();g_d3a736f4fba7292e797794d20dd6a53c.geocode( { 'address': "654 Highland Ave Suite 15, Fort Thomas, KY 41075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-thomas-KY-rcc-services').style.display = '';map = new google.maps.Map(document.getElementById('fort-thomas-KY-rcc-services'), mapOptions);}document.getElementById('b73131fc').innerHTML += ' | View Map';var $ld3a736f4fba7292e797794d20dd6a53c = '

RCC SERVICES

Address: 654 Highland Ave Suite 15, Fort Thomas, KY 41075, USA
Phone: (888) 504-0980
';var m_d3a736f4fba7292e797794d20dd6a53c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RCC SERVICES',});m_d3a736f4fba7292e797794d20dd6a53c['infowindow'] = new google.maps.InfoWindow({content: $ld3a736f4fba7292e797794d20dd6a53c});var infowindow = new google.maps.InfoWindow({content: $ld3a736f4fba7292e797794d20dd6a53c});google.maps.event.addListener(m_d3a736f4fba7292e797794d20dd6a53c, 'click', function() {infowindow.open(map,m_d3a736f4fba7292e797794d20dd6a53c);});$marker.push(m_d3a736f4fba7292e797794d20dd6a53c);}});}google.maps.event.addDomListener(window, 'load', initialize);