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(34.313,-80.6056)};var g_4ce2dc45f5dcc0b44e0162f8dc4ea237 = new google.maps.Geocoder();g_4ce2dc45f5dcc0b44e0162f8dc4ea237.geocode( { 'address': "917 Broad St, Camden, SC 29020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camden-SC-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('camden-SC-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('1d834ba2').innerHTML += ' | View Map';var $l4ce2dc45f5dcc0b44e0162f8dc4ea237 = '

Merrill Lynch Wealth Management

Address: 917 Broad St, Camden, SC 29020
Phone: (803) 425-7728
';var m_4ce2dc45f5dcc0b44e0162f8dc4ea237 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_4ce2dc45f5dcc0b44e0162f8dc4ea237['infowindow'] = new google.maps.InfoWindow({content: $l4ce2dc45f5dcc0b44e0162f8dc4ea237});var infowindow = new google.maps.InfoWindow({content: $l4ce2dc45f5dcc0b44e0162f8dc4ea237});google.maps.event.addListener(m_4ce2dc45f5dcc0b44e0162f8dc4ea237, 'click', function() {infowindow.open(map,m_4ce2dc45f5dcc0b44e0162f8dc4ea237);});$marker.push(m_4ce2dc45f5dcc0b44e0162f8dc4ea237);}});}google.maps.event.addDomListener(window, 'load', initialize);