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.0322,-75.6796)};var g_baa1bdaebc50a190f89b0e07ef8c52df = new google.maps.Geocoder();g_baa1bdaebc50a190f89b0e07ef8c52df.geocode( { 'address': "379 W Uwchlan Ave #201, Downingtown, PA 19335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('downingtown-PA-american-residential-lending').style.display = '';map = new google.maps.Map(document.getElementById('downingtown-PA-american-residential-lending'), mapOptions);}document.getElementById('af254b5a').innerHTML += ' | View Map';var $lbaa1bdaebc50a190f89b0e07ef8c52df = '

American Residential Lending

Address: 379 W Uwchlan Ave #201, Downingtown, PA 19335, USA
Phone: (844) 242-6656
';var m_baa1bdaebc50a190f89b0e07ef8c52df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Residential Lending',});m_baa1bdaebc50a190f89b0e07ef8c52df['infowindow'] = new google.maps.InfoWindow({content: $lbaa1bdaebc50a190f89b0e07ef8c52df});var infowindow = new google.maps.InfoWindow({content: $lbaa1bdaebc50a190f89b0e07ef8c52df});google.maps.event.addListener(m_baa1bdaebc50a190f89b0e07ef8c52df, 'click', function() {infowindow.open(map,m_baa1bdaebc50a190f89b0e07ef8c52df);});$marker.push(m_baa1bdaebc50a190f89b0e07ef8c52df);}});}google.maps.event.addDomListener(window, 'load', initialize);