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.3917,-80.0681)};var g_1d166f79c869c8d4a03e578e0e4e8ad8 = new google.maps.Geocoder();g_1d166f79c869c8d4a03e578e0e4e8ad8.geocode( { 'address': "1721 Cochran Rd, 200, Pittsburgh, PA 15220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-wilke--associates-cpas').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-wilke--associates-cpas'), mapOptions);}document.getElementById('d9afa78f').innerHTML += ' | View Map';var $l1d166f79c869c8d4a03e578e0e4e8ad8 = '

Wilke & Associates, CPAs

Address: 1721 Cochran Rd, 200, Pittsburgh, PA 15220, USA
Phone: (412) 278-2200
';var m_1d166f79c869c8d4a03e578e0e4e8ad8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wilke & Associates, CPAs',});m_1d166f79c869c8d4a03e578e0e4e8ad8['infowindow'] = new google.maps.InfoWindow({content: $l1d166f79c869c8d4a03e578e0e4e8ad8});var infowindow = new google.maps.InfoWindow({content: $l1d166f79c869c8d4a03e578e0e4e8ad8});google.maps.event.addListener(m_1d166f79c869c8d4a03e578e0e4e8ad8, 'click', function() {infowindow.open(map,m_1d166f79c869c8d4a03e578e0e4e8ad8);});$marker.push(m_1d166f79c869c8d4a03e578e0e4e8ad8);}});}google.maps.event.addDomListener(window, 'load', initialize);