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.9625,-74.2427)};var g_8a38fc83f318d7a24bd381ab55a99ad0 = new google.maps.Geocoder();g_8a38fc83f318d7a24bd381ab55a99ad0.geocode( { 'address': "87 Berdan Ave # A, Wayne, NJ 07470, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wayne-NJ-wells-fargo-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('wayne-NJ-wells-fargo-home-mortgage'), mapOptions);}document.getElementById('7fc4ff67').innerHTML += ' | View Map';var $l8a38fc83f318d7a24bd381ab55a99ad0 = '

Wells Fargo Home Mortgage

Address: 87 Berdan Ave # A, Wayne, NJ 07470, USA
Phone: (973) 686-3200
';var m_8a38fc83f318d7a24bd381ab55a99ad0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Home Mortgage',});m_8a38fc83f318d7a24bd381ab55a99ad0['infowindow'] = new google.maps.InfoWindow({content: $l8a38fc83f318d7a24bd381ab55a99ad0});var infowindow = new google.maps.InfoWindow({content: $l8a38fc83f318d7a24bd381ab55a99ad0});google.maps.event.addListener(m_8a38fc83f318d7a24bd381ab55a99ad0, 'click', function() {infowindow.open(map,m_8a38fc83f318d7a24bd381ab55a99ad0);});$marker.push(m_8a38fc83f318d7a24bd381ab55a99ad0);}});}google.maps.event.addDomListener(window, 'load', initialize);