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.0535,-84.4478)};var g_9f7c4bb3946f029b56eebff3203cc5d5 = new google.maps.Geocoder();g_9f7c4bb3946f029b56eebff3203cc5d5.geocode( { 'address': "1538 Alexandria Pike #12, Fort Thomas, KY 41075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-thomas-KY-omega-processing-solutions').style.display = '';map = new google.maps.Map(document.getElementById('fort-thomas-KY-omega-processing-solutions'), mapOptions);}document.getElementById('e02ccfa2').innerHTML += ' | View Map';var $l9f7c4bb3946f029b56eebff3203cc5d5 = '

OMEGA Processing Solutions

Address: 1538 Alexandria Pike #12, Fort Thomas, KY 41075, USA
Phone: (859) 442-8100
';var m_9f7c4bb3946f029b56eebff3203cc5d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OMEGA Processing Solutions',});m_9f7c4bb3946f029b56eebff3203cc5d5['infowindow'] = new google.maps.InfoWindow({content: $l9f7c4bb3946f029b56eebff3203cc5d5});var infowindow = new google.maps.InfoWindow({content: $l9f7c4bb3946f029b56eebff3203cc5d5});google.maps.event.addListener(m_9f7c4bb3946f029b56eebff3203cc5d5, 'click', function() {infowindow.open(map,m_9f7c4bb3946f029b56eebff3203cc5d5);});$marker.push(m_9f7c4bb3946f029b56eebff3203cc5d5);}});}google.maps.event.addDomListener(window, 'load', initialize);