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(42.3685,-83.4692)};var g_189627e6dfdb79c621a10584770d0427 = new google.maps.Geocoder();g_189627e6dfdb79c621a10584770d0427.geocode( { 'address': "535 S Main St, Plymouth, MI 48170, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plymouth-MI-pnc-mortgage-office').style.display = '';map = new google.maps.Map(document.getElementById('plymouth-MI-pnc-mortgage-office'), mapOptions);}document.getElementById('6e50b220').innerHTML += ' | View Map';var $l189627e6dfdb79c621a10584770d0427 = '

PNC Mortgage Office

Address: 535 S Main St, Plymouth, MI 48170, USA
Phone: (248) 809-4174
';var m_189627e6dfdb79c621a10584770d0427 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PNC Mortgage Office',});m_189627e6dfdb79c621a10584770d0427['infowindow'] = new google.maps.InfoWindow({content: $l189627e6dfdb79c621a10584770d0427});var infowindow = new google.maps.InfoWindow({content: $l189627e6dfdb79c621a10584770d0427});google.maps.event.addListener(m_189627e6dfdb79c621a10584770d0427, 'click', function() {infowindow.open(map,m_189627e6dfdb79c621a10584770d0427);});$marker.push(m_189627e6dfdb79c621a10584770d0427);}});}google.maps.event.addDomListener(window, 'load', initialize);