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.5994,-75.4726)};var g_97e1f9cf8a805fd0593b40b9ebf72cfc = new google.maps.Geocoder();g_97e1f9cf8a805fd0593b40b9ebf72cfc.geocode( { 'address': "4203 W Tilghman St, Allentown, PA 18104"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allentown-PA-wells-fargo-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('allentown-PA-wells-fargo-home-mortgage'), mapOptions);}document.getElementById('b686ffd2').innerHTML += ' | View Map';var $l97e1f9cf8a805fd0593b40b9ebf72cfc = '

Wells Fargo Home Mortgage

Address: 4203 W Tilghman St, Allentown, PA 18104
Phone: (800) 954-9299
';var m_97e1f9cf8a805fd0593b40b9ebf72cfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Home Mortgage',});m_97e1f9cf8a805fd0593b40b9ebf72cfc['infowindow'] = new google.maps.InfoWindow({content: $l97e1f9cf8a805fd0593b40b9ebf72cfc});var infowindow = new google.maps.InfoWindow({content: $l97e1f9cf8a805fd0593b40b9ebf72cfc});google.maps.event.addListener(m_97e1f9cf8a805fd0593b40b9ebf72cfc, 'click', function() {infowindow.open(map,m_97e1f9cf8a805fd0593b40b9ebf72cfc);});$marker.push(m_97e1f9cf8a805fd0593b40b9ebf72cfc);}});}google.maps.event.addDomListener(window, 'load', initialize);