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_0081c83823b4323b5e68e4c8153d2145 = new google.maps.Geocoder();g_0081c83823b4323b5e68e4c8153d2145.geocode( { 'address': "3600 Route 42, Turnersville, NJ 08012"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('turnersville-NJ-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('turnersville-NJ-wells-fargo-bank'), mapOptions);}document.getElementById('d8cfa324').innerHTML += ' | View Map';var $l0081c83823b4323b5e68e4c8153d2145 = '

WELLS FARGO BANK

Address: 3600 Route 42, Turnersville, NJ 08012
Phone: (856) 629-5206
';var m_0081c83823b4323b5e68e4c8153d2145 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WELLS FARGO BANK',});m_0081c83823b4323b5e68e4c8153d2145['infowindow'] = new google.maps.InfoWindow({content: $l0081c83823b4323b5e68e4c8153d2145});var infowindow = new google.maps.InfoWindow({content: $l0081c83823b4323b5e68e4c8153d2145});google.maps.event.addListener(m_0081c83823b4323b5e68e4c8153d2145, 'click', function() {infowindow.open(map,m_0081c83823b4323b5e68e4c8153d2145);});$marker.push(m_0081c83823b4323b5e68e4c8153d2145);}});}google.maps.event.addDomListener(window, 'load', initialize);