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.3509,-80.1127)};var g_937fdc78f2c734bafd94b69378613641 = new google.maps.Geocoder();g_937fdc78f2c734bafd94b69378613641.geocode( { 'address': "3075 Washington Pike # 9, Bridgeville, PA 15017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeville-PA-mohsin-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('bridgeville-PA-mohsin-mortgage'), mapOptions);}document.getElementById('a6da144b').innerHTML += ' | View Map';var $l937fdc78f2c734bafd94b69378613641 = '

Mohsin Mortgage

Address: 3075 Washington Pike # 9, Bridgeville, PA 15017, USA
Phone: (412) 221-1569
';var m_937fdc78f2c734bafd94b69378613641 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mohsin Mortgage',});m_937fdc78f2c734bafd94b69378613641['infowindow'] = new google.maps.InfoWindow({content: $l937fdc78f2c734bafd94b69378613641});var infowindow = new google.maps.InfoWindow({content: $l937fdc78f2c734bafd94b69378613641});google.maps.event.addListener(m_937fdc78f2c734bafd94b69378613641, 'click', function() {infowindow.open(map,m_937fdc78f2c734bafd94b69378613641);});$marker.push(m_937fdc78f2c734bafd94b69378613641);}});}google.maps.event.addDomListener(window, 'load', initialize);