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_d2f1a13156806fdaa1d2d9325734e35d = new google.maps.Geocoder();g_d2f1a13156806fdaa1d2d9325734e35d.geocode( { 'address': "7940 Saltsburg Rd, Pittsburgh, PA 15239"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-professional-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-professional-mortgage-group'), mapOptions);}document.getElementById('0b82c89d').innerHTML += ' | View Map';var $ld2f1a13156806fdaa1d2d9325734e35d = '

Professional Mortgage Group

Address: 7940 Saltsburg Rd, Pittsburgh, PA 15239
Phone: (412) 798-0105
';var m_d2f1a13156806fdaa1d2d9325734e35d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Professional Mortgage Group',});m_d2f1a13156806fdaa1d2d9325734e35d['infowindow'] = new google.maps.InfoWindow({content: $ld2f1a13156806fdaa1d2d9325734e35d});var infowindow = new google.maps.InfoWindow({content: $ld2f1a13156806fdaa1d2d9325734e35d});google.maps.event.addListener(m_d2f1a13156806fdaa1d2d9325734e35d, 'click', function() {infowindow.open(map,m_d2f1a13156806fdaa1d2d9325734e35d);});$marker.push(m_d2f1a13156806fdaa1d2d9325734e35d);}});}google.maps.event.addDomListener(window, 'load', initialize);