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.1176,-75.0145)};var g_824a2cd35893783f83f1b93ec26965c3 = new google.maps.Geocoder();g_824a2cd35893783f83f1b93ec26965c3.geocode( { 'address': "1301 S Columbus Blvd, STE 1, Philadelphia, PA 19147"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-sheet-metal-workers-local-19').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-sheet-metal-workers-local-19'), mapOptions);}document.getElementById('803fcb2b').innerHTML += ' | View Map';var $l824a2cd35893783f83f1b93ec26965c3 = '

Sheet Metal Workers Local 19

Address: 1301 S Columbus Blvd, STE 1, Philadelphia, PA 19147
Phone: (215) 952-1950
';var m_824a2cd35893783f83f1b93ec26965c3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sheet Metal Workers Local 19',});m_824a2cd35893783f83f1b93ec26965c3['infowindow'] = new google.maps.InfoWindow({content: $l824a2cd35893783f83f1b93ec26965c3});var infowindow = new google.maps.InfoWindow({content: $l824a2cd35893783f83f1b93ec26965c3});google.maps.event.addListener(m_824a2cd35893783f83f1b93ec26965c3, 'click', function() {infowindow.open(map,m_824a2cd35893783f83f1b93ec26965c3);});$marker.push(m_824a2cd35893783f83f1b93ec26965c3);}});}google.maps.event.addDomListener(window, 'load', initialize);