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.5582,-74.2872)};var g_827578c803242d94c924d33af50c199b = new google.maps.Geocoder();g_827578c803242d94c924d33af50c199b.geocode( { 'address': "17 Woodbridge Center Dr, Woodbridge, NJ 07095"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodbridge-NJ-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodbridge-NJ-wells-fargo-bank'), mapOptions);}document.getElementById('dbde6fe5').innerHTML += ' | View Map';var $l827578c803242d94c924d33af50c199b = '

Wells Fargo Bank

Address: 17 Woodbridge Center Dr, Woodbridge, NJ 07095
Phone: (732) 634-2770
';var m_827578c803242d94c924d33af50c199b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_827578c803242d94c924d33af50c199b['infowindow'] = new google.maps.InfoWindow({content: $l827578c803242d94c924d33af50c199b});var infowindow = new google.maps.InfoWindow({content: $l827578c803242d94c924d33af50c199b});google.maps.event.addListener(m_827578c803242d94c924d33af50c199b, 'click', function() {infowindow.open(map,m_827578c803242d94c924d33af50c199b);});$marker.push(m_827578c803242d94c924d33af50c199b);}});}google.maps.event.addDomListener(window, 'load', initialize);