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(40.2636,-80.1325)};var g_f82cd2cb2d9c92eb867e9f4a4733bae1 = new google.maps.Geocoder();g_f82cd2cb2d9c92eb867e9f4a4733bae1.geocode( { 'address': "4160 Washington Rd # 7, Canonsburg, PA 15317, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canonsburg-PA-ata-associates-pc').style.display = '';map = new google.maps.Map(document.getElementById('canonsburg-PA-ata-associates-pc'), mapOptions);}document.getElementById('89d471d4').innerHTML += ' | View Map';var $lf82cd2cb2d9c92eb867e9f4a4733bae1 = '

ATA Associates PC

Address: 4160 Washington Rd # 7, Canonsburg, PA 15317, USA
Phone: (724) 941-9680
';var m_f82cd2cb2d9c92eb867e9f4a4733bae1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATA Associates PC',});m_f82cd2cb2d9c92eb867e9f4a4733bae1['infowindow'] = new google.maps.InfoWindow({content: $lf82cd2cb2d9c92eb867e9f4a4733bae1});var infowindow = new google.maps.InfoWindow({content: $lf82cd2cb2d9c92eb867e9f4a4733bae1});google.maps.event.addListener(m_f82cd2cb2d9c92eb867e9f4a4733bae1, 'click', function() {infowindow.open(map,m_f82cd2cb2d9c92eb867e9f4a4733bae1);});$marker.push(m_f82cd2cb2d9c92eb867e9f4a4733bae1);}});}google.maps.event.addDomListener(window, 'load', initialize);