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_cdb564642f8c214d3b865b65f71937a6 = new google.maps.Geocoder();g_cdb564642f8c214d3b865b65f71937a6.geocode( { 'address': "1121 Boyce Rd, Pittsburgh, PA 15241"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pittsburgh-PA-gsf-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('pittsburgh-PA-gsf-mortgage'), mapOptions);}document.getElementById('7e21d19f').innerHTML += ' | View Map';var $lcdb564642f8c214d3b865b65f71937a6 = '

GSF Mortgage

Address: 1121 Boyce Rd, Pittsburgh, PA 15241
Phone: (724) 260-0162
';var m_cdb564642f8c214d3b865b65f71937a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GSF Mortgage',});m_cdb564642f8c214d3b865b65f71937a6['infowindow'] = new google.maps.InfoWindow({content: $lcdb564642f8c214d3b865b65f71937a6});var infowindow = new google.maps.InfoWindow({content: $lcdb564642f8c214d3b865b65f71937a6});google.maps.event.addListener(m_cdb564642f8c214d3b865b65f71937a6, 'click', function() {infowindow.open(map,m_cdb564642f8c214d3b865b65f71937a6);});$marker.push(m_cdb564642f8c214d3b865b65f71937a6);}});}google.maps.event.addDomListener(window, 'load', initialize);