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.4339,-79.7829)};var g_11792d043fae38f3b4a8ee4197d40132 = new google.maps.Geocoder();g_11792d043fae38f3b4a8ee4197d40132.geocode( { 'address': "2660 Monroeville Blvd, Monroeville, PA 15146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroeville-PA-national-mortgage-union').style.display = '';map = new google.maps.Map(document.getElementById('monroeville-PA-national-mortgage-union'), mapOptions);}document.getElementById('d0fd611a').innerHTML += ' | View Map';var $l11792d043fae38f3b4a8ee4197d40132 = '

National Mortgage Union

Address: 2660 Monroeville Blvd, Monroeville, PA 15146, USA
Phone: (412) 357-1006
';var m_11792d043fae38f3b4a8ee4197d40132 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Mortgage Union',});m_11792d043fae38f3b4a8ee4197d40132['infowindow'] = new google.maps.InfoWindow({content: $l11792d043fae38f3b4a8ee4197d40132});var infowindow = new google.maps.InfoWindow({content: $l11792d043fae38f3b4a8ee4197d40132});google.maps.event.addListener(m_11792d043fae38f3b4a8ee4197d40132, 'click', function() {infowindow.open(map,m_11792d043fae38f3b4a8ee4197d40132);});$marker.push(m_11792d043fae38f3b4a8ee4197d40132);}});}google.maps.event.addDomListener(window, 'load', initialize);