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.6316,-74.5081)};var g_7706d2dc2da6837340effd985dc620b6 = new google.maps.Geocoder();g_7706d2dc2da6837340effd985dc620b6.geocode( { 'address': "160 Mount Bethel Rd, Warren, NJ 07059"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warren-NJ-wells-fargo-offices').style.display = '';map = new google.maps.Map(document.getElementById('warren-NJ-wells-fargo-offices'), mapOptions);}document.getElementById('99f0e88a').innerHTML += ' | View Map';var $l7706d2dc2da6837340effd985dc620b6 = '

Wells Fargo Offices

Address: 160 Mount Bethel Rd, Warren, NJ 07059
Phone: (908) 542-0348
';var m_7706d2dc2da6837340effd985dc620b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Offices',});m_7706d2dc2da6837340effd985dc620b6['infowindow'] = new google.maps.InfoWindow({content: $l7706d2dc2da6837340effd985dc620b6});var infowindow = new google.maps.InfoWindow({content: $l7706d2dc2da6837340effd985dc620b6});google.maps.event.addListener(m_7706d2dc2da6837340effd985dc620b6, 'click', function() {infowindow.open(map,m_7706d2dc2da6837340effd985dc620b6);});$marker.push(m_7706d2dc2da6837340effd985dc620b6);}});}google.maps.event.addDomListener(window, 'load', initialize);