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.9109,-75.6094)};var g_b3e612667068a21027cd69b97b42a739 = new google.maps.Geocoder();g_b3e612667068a21027cd69b97b42a739.geocode( { 'address': "1007 Artillery Point Rd, West Chester, PA 19382, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-chester-PA-cit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('west-chester-PA-cit-corporation'), mapOptions);}document.getElementById('98ef3bcf').innerHTML += ' | View Map';var $lb3e612667068a21027cd69b97b42a739 = '

CIT Corporation

Address: 1007 Artillery Point Rd, West Chester, PA 19382, USA
Phone: (484) 607-8169
';var m_b3e612667068a21027cd69b97b42a739 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CIT Corporation',});m_b3e612667068a21027cd69b97b42a739['infowindow'] = new google.maps.InfoWindow({content: $lb3e612667068a21027cd69b97b42a739});var infowindow = new google.maps.InfoWindow({content: $lb3e612667068a21027cd69b97b42a739});google.maps.event.addListener(m_b3e612667068a21027cd69b97b42a739, 'click', function() {infowindow.open(map,m_b3e612667068a21027cd69b97b42a739);});$marker.push(m_b3e612667068a21027cd69b97b42a739);}});}google.maps.event.addDomListener(window, 'load', initialize);