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.6038,-74.6918)};var g_bf67344c13760af0965e04a76c3b8b33 = new google.maps.Geocoder();g_bf67344c13760af0965e04a76c3b8b33.geocode( { 'address': "3190 US-22, Branchburg, NJ 08876, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('branchburg-NJ-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('branchburg-NJ-wells-fargo-bank'), mapOptions);}document.getElementById('5af3b4e6').innerHTML += ' | View Map';var $lbf67344c13760af0965e04a76c3b8b33 = '

Wells Fargo Bank

Address: 3190 US-22, Branchburg, NJ 08876, USA
Phone: (908) 722-4418
';var m_bf67344c13760af0965e04a76c3b8b33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_bf67344c13760af0965e04a76c3b8b33['infowindow'] = new google.maps.InfoWindow({content: $lbf67344c13760af0965e04a76c3b8b33});var infowindow = new google.maps.InfoWindow({content: $lbf67344c13760af0965e04a76c3b8b33});google.maps.event.addListener(m_bf67344c13760af0965e04a76c3b8b33, 'click', function() {infowindow.open(map,m_bf67344c13760af0965e04a76c3b8b33);});$marker.push(m_bf67344c13760af0965e04a76c3b8b33);}});}google.maps.event.addDomListener(window, 'load', initialize);