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.2199,-74.7637)};var g_90ffcbb134728e25a7388a090d0ee80b = new google.maps.Geocoder();g_90ffcbb134728e25a7388a090d0ee80b.geocode( { 'address': "989 Lenox Dr, Trenton, NJ 08648"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trenton-NJ-wells-fargo-advisors').style.display = '';map = new google.maps.Map(document.getElementById('trenton-NJ-wells-fargo-advisors'), mapOptions);}document.getElementById('91ba97c0').innerHTML += ' | View Map';var $l90ffcbb134728e25a7388a090d0ee80b = '

Wells Fargo Advisors

Address: 989 Lenox Dr, Trenton, NJ 08648
Phone: (609) 896-0200
';var m_90ffcbb134728e25a7388a090d0ee80b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Advisors',});m_90ffcbb134728e25a7388a090d0ee80b['infowindow'] = new google.maps.InfoWindow({content: $l90ffcbb134728e25a7388a090d0ee80b});var infowindow = new google.maps.InfoWindow({content: $l90ffcbb134728e25a7388a090d0ee80b});google.maps.event.addListener(m_90ffcbb134728e25a7388a090d0ee80b, 'click', function() {infowindow.open(map,m_90ffcbb134728e25a7388a090d0ee80b);});$marker.push(m_90ffcbb134728e25a7388a090d0ee80b);}});}google.maps.event.addDomListener(window, 'load', initialize);