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(35.9989,-78.8991)};var g_f72b26bc632573e9551b23f836776780 = new google.maps.Geocoder();g_f72b26bc632573e9551b23f836776780.geocode( { 'address': "3211 Shannon Rd, Durham, NC 27707"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durham-NC-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('durham-NC-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('28034d68').innerHTML += ' | View Map';var $lf72b26bc632573e9551b23f836776780 = '

Merrill Lynch Wealth Management

Address: 3211 Shannon Rd, Durham, NC 27707
Phone: (919) 490-8200
';var m_f72b26bc632573e9551b23f836776780 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_f72b26bc632573e9551b23f836776780['infowindow'] = new google.maps.InfoWindow({content: $lf72b26bc632573e9551b23f836776780});var infowindow = new google.maps.InfoWindow({content: $lf72b26bc632573e9551b23f836776780});google.maps.event.addListener(m_f72b26bc632573e9551b23f836776780, 'click', function() {infowindow.open(map,m_f72b26bc632573e9551b23f836776780);});$marker.push(m_f72b26bc632573e9551b23f836776780);}});}google.maps.event.addDomListener(window, 'load', initialize);