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.4297,-74.4073)};var g_161fd33f67dbfd29138ce3f165d5e5dd = new google.maps.Geocoder();g_161fd33f67dbfd29138ce3f165d5e5dd.geocode( { 'address': "197 State Route 18, East Brunswick, NJ 08816"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-brunswick-NJ-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('east-brunswick-NJ-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('1075778a').innerHTML += ' | View Map';var $l161fd33f67dbfd29138ce3f165d5e5dd = '

Merrill Lynch Wealth Management

Address: 197 State Route 18, East Brunswick, NJ 08816
Phone: (732) 418-8500
';var m_161fd33f67dbfd29138ce3f165d5e5dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_161fd33f67dbfd29138ce3f165d5e5dd['infowindow'] = new google.maps.InfoWindow({content: $l161fd33f67dbfd29138ce3f165d5e5dd});var infowindow = new google.maps.InfoWindow({content: $l161fd33f67dbfd29138ce3f165d5e5dd});google.maps.event.addListener(m_161fd33f67dbfd29138ce3f165d5e5dd, 'click', function() {infowindow.open(map,m_161fd33f67dbfd29138ce3f165d5e5dd);});$marker.push(m_161fd33f67dbfd29138ce3f165d5e5dd);}});}google.maps.event.addDomListener(window, 'load', initialize);