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()};var g_f49aa0c01708f3cd680ca89d39152a8d = new google.maps.Geocoder();g_f49aa0c01708f3cd680ca89d39152a8d.geocode( { 'address': "6016 Route 130, Delran, NJ 08075"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('delran-NJ-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('delran-NJ-wells-fargo-bank'), mapOptions);}document.getElementById('83191739').innerHTML += ' | View Map';var $lf49aa0c01708f3cd680ca89d39152a8d = '

Wells Fargo Bank

Address: 6016 Route 130, Delran, NJ 08075
Phone: (856) 829-1160
';var m_f49aa0c01708f3cd680ca89d39152a8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_f49aa0c01708f3cd680ca89d39152a8d['infowindow'] = new google.maps.InfoWindow({content: $lf49aa0c01708f3cd680ca89d39152a8d});var infowindow = new google.maps.InfoWindow({content: $lf49aa0c01708f3cd680ca89d39152a8d});google.maps.event.addListener(m_f49aa0c01708f3cd680ca89d39152a8d, 'click', function() {infowindow.open(map,m_f49aa0c01708f3cd680ca89d39152a8d);});$marker.push(m_f49aa0c01708f3cd680ca89d39152a8d);}});}google.maps.event.addDomListener(window, 'load', initialize);