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.3447,-75.9637)};var g_c7e512912fd02bf7d7006bab089d8d68 = new google.maps.Geocoder();g_c7e512912fd02bf7d7006bab089d8d68.geocode( { 'address': "711 Spring St, Wyomissing, PA 19610, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wyomissing-PA-meridian-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('wyomissing-PA-meridian-mortgage'), mapOptions);}document.getElementById('35abd5f8').innerHTML += ' | View Map';var $lc7e512912fd02bf7d7006bab089d8d68 = '

Meridian Mortgage

Address: 711 Spring St, Wyomissing, PA 19610, USA
Phone: (610) 898-6896
';var m_c7e512912fd02bf7d7006bab089d8d68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Meridian Mortgage',});m_c7e512912fd02bf7d7006bab089d8d68['infowindow'] = new google.maps.InfoWindow({content: $lc7e512912fd02bf7d7006bab089d8d68});var infowindow = new google.maps.InfoWindow({content: $lc7e512912fd02bf7d7006bab089d8d68});google.maps.event.addListener(m_c7e512912fd02bf7d7006bab089d8d68, 'click', function() {infowindow.open(map,m_c7e512912fd02bf7d7006bab089d8d68);});$marker.push(m_c7e512912fd02bf7d7006bab089d8d68);}});}google.maps.event.addDomListener(window, 'load', initialize);