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.4707,-79.9543)};var g_bde6db42db68939cf6436e12c9fb25f2 = new google.maps.Geocoder();g_bde6db42db68939cf6436e12c9fb25f2.geocode( { 'address': "306 4th Ave, Pittsburgh, PA 15222"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-union-national-complex').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-union-national-complex'), mapOptions);}document.getElementById('74fa4e72').innerHTML += ' | View Map';var $lbde6db42db68939cf6436e12c9fb25f2 = '

Union National Complex

Address: 306 4th Ave, Pittsburgh, PA 15222
Phone: (412) 201-5783
';var m_bde6db42db68939cf6436e12c9fb25f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union National Complex',});m_bde6db42db68939cf6436e12c9fb25f2['infowindow'] = new google.maps.InfoWindow({content: $lbde6db42db68939cf6436e12c9fb25f2});var infowindow = new google.maps.InfoWindow({content: $lbde6db42db68939cf6436e12c9fb25f2});google.maps.event.addListener(m_bde6db42db68939cf6436e12c9fb25f2, 'click', function() {infowindow.open(map,m_bde6db42db68939cf6436e12c9fb25f2);});$marker.push(m_bde6db42db68939cf6436e12c9fb25f2);}});}google.maps.event.addDomListener(window, 'load', initialize);