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.441,-75.3377)};var g_c9cf7b139ec7ce0dcc58e5c7cbd6a465 = new google.maps.Geocoder();g_c9cf7b139ec7ce0dcc58e5c7cbd6a465.geocode( { 'address': "312 W. Broad Street, 2nd Floor, Quakertown, PA 18951, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quakertown-PA-tam-lending-center-inc---todays-american-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('quakertown-PA-tam-lending-center-inc---todays-american-mortgage'), mapOptions);}document.getElementById('5eea2875').innerHTML += ' | View Map';var $lc9cf7b139ec7ce0dcc58e5c7cbd6a465 = '

TAM LENDING CENTER, INC. - TODAY'S AMERICAN MORTGAGE

Address: 312 W. Broad Street, 2nd Floor, Quakertown, PA 18951, USA
Phone: (267) 373-9060
';var m_c9cf7b139ec7ce0dcc58e5c7cbd6a465 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TAM LENDING CENTER, INC. - TODAY'S AMERICAN MORTGAGE',});m_c9cf7b139ec7ce0dcc58e5c7cbd6a465['infowindow'] = new google.maps.InfoWindow({content: $lc9cf7b139ec7ce0dcc58e5c7cbd6a465});var infowindow = new google.maps.InfoWindow({content: $lc9cf7b139ec7ce0dcc58e5c7cbd6a465});google.maps.event.addListener(m_c9cf7b139ec7ce0dcc58e5c7cbd6a465, 'click', function() {infowindow.open(map,m_c9cf7b139ec7ce0dcc58e5c7cbd6a465);});$marker.push(m_c9cf7b139ec7ce0dcc58e5c7cbd6a465);}});}google.maps.event.addDomListener(window, 'load', initialize);