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.3768,-79.8213)};var g_c4e7978be92d4ee22f319826dbafc01b = new google.maps.Geocoder();g_c4e7978be92d4ee22f319826dbafc01b.geocode( { 'address': "309 Lincoln Ave, North Versailles, PA 15137, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-versailles-PA-pier-solutions-llc').style.display = '';map = new google.maps.Map(document.getElementById('north-versailles-PA-pier-solutions-llc'), mapOptions);}document.getElementById('b3b32773').innerHTML += ' | View Map';var $lc4e7978be92d4ee22f319826dbafc01b = '

Pier Solutions LLC

Address: 309 Lincoln Ave, North Versailles, PA 15137, USA
Phone: (412) 824-2106
';var m_c4e7978be92d4ee22f319826dbafc01b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pier Solutions LLC',});m_c4e7978be92d4ee22f319826dbafc01b['infowindow'] = new google.maps.InfoWindow({content: $lc4e7978be92d4ee22f319826dbafc01b});var infowindow = new google.maps.InfoWindow({content: $lc4e7978be92d4ee22f319826dbafc01b});google.maps.event.addListener(m_c4e7978be92d4ee22f319826dbafc01b, 'click', function() {infowindow.open(map,m_c4e7978be92d4ee22f319826dbafc01b);});$marker.push(m_c4e7978be92d4ee22f319826dbafc01b);}});}google.maps.event.addDomListener(window, 'load', initialize);