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.325,-75.8633)};var g_c1c27ac64adb427b4ccccb9afc264856 = new google.maps.Geocoder();g_c1c27ac64adb427b4ccccb9afc264856.geocode( { 'address': "3608 St Lawrence Ave #102, Reading, PA 19606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reading-PA-tidewater-mortgage-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('reading-PA-tidewater-mortgage-services-inc'), mapOptions);}document.getElementById('7474843e').innerHTML += ' | View Map';var $lc1c27ac64adb427b4ccccb9afc264856 = '

Tidewater Mortgage Services, Inc.

Address: 3608 St Lawrence Ave #102, Reading, PA 19606, USA
Phone: (610) 603-0241
';var m_c1c27ac64adb427b4ccccb9afc264856 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tidewater Mortgage Services, Inc.',});m_c1c27ac64adb427b4ccccb9afc264856['infowindow'] = new google.maps.InfoWindow({content: $lc1c27ac64adb427b4ccccb9afc264856});var infowindow = new google.maps.InfoWindow({content: $lc1c27ac64adb427b4ccccb9afc264856});google.maps.event.addListener(m_c1c27ac64adb427b4ccccb9afc264856, 'click', function() {infowindow.open(map,m_c1c27ac64adb427b4ccccb9afc264856);});$marker.push(m_c1c27ac64adb427b4ccccb9afc264856);}});}google.maps.event.addDomListener(window, 'load', initialize);