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.8886,-80.1515)};var g_d83cee072e520c06d5393a075c543942 = new google.maps.Geocoder();g_d83cee072e520c06d5393a075c543942.geocode( { 'address': "75 Rinehart Ln, Waynesburg, PA 15370, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waynesburg-PA-cit-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('waynesburg-PA-cit-group-inc'), mapOptions);}document.getElementById('d19fe790').innerHTML += ' | View Map';var $ld83cee072e520c06d5393a075c543942 = '

CIT Group Inc

Address: 75 Rinehart Ln, Waynesburg, PA 15370, USA
Phone: (724) 627-0735
';var m_d83cee072e520c06d5393a075c543942 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CIT Group Inc',});m_d83cee072e520c06d5393a075c543942['infowindow'] = new google.maps.InfoWindow({content: $ld83cee072e520c06d5393a075c543942});var infowindow = new google.maps.InfoWindow({content: $ld83cee072e520c06d5393a075c543942});google.maps.event.addListener(m_d83cee072e520c06d5393a075c543942, 'click', function() {infowindow.open(map,m_d83cee072e520c06d5393a075c543942);});$marker.push(m_d83cee072e520c06d5393a075c543942);}});}google.maps.event.addDomListener(window, 'load', initialize);