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.2168,-74.6239)};var g_1a59ef90d1ea801448e1567d0896a99f = new google.maps.Geocoder();g_1a59ef90d1ea801448e1567d0896a99f.geocode( { 'address': "12 Main St, Robbinsville, NJ 08691, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('robbinsville-NJ-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('robbinsville-NJ-wells-fargo-bank'), mapOptions);}document.getElementById('684325fb').innerHTML += ' | View Map';var $l1a59ef90d1ea801448e1567d0896a99f = '

Wells Fargo Bank

Address: 12 Main St, Robbinsville, NJ 08691, USA
Phone: (609) 259-8121
';var m_1a59ef90d1ea801448e1567d0896a99f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_1a59ef90d1ea801448e1567d0896a99f['infowindow'] = new google.maps.InfoWindow({content: $l1a59ef90d1ea801448e1567d0896a99f});var infowindow = new google.maps.InfoWindow({content: $l1a59ef90d1ea801448e1567d0896a99f});google.maps.event.addListener(m_1a59ef90d1ea801448e1567d0896a99f, 'click', function() {infowindow.open(map,m_1a59ef90d1ea801448e1567d0896a99f);});$marker.push(m_1a59ef90d1ea801448e1567d0896a99f);}});}google.maps.event.addDomListener(window, 'load', initialize);