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(39.213,-76.8823)};var g_bac4973afe4c1b8d0d3d51ab0b9743bd = new google.maps.Geocoder();g_bac4973afe4c1b8d0d3d51ab0b9743bd.geocode( { 'address': "10500 Little Patuxent Pky, Columbia, MD 21044"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MD-rbc-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MD-rbc-wealth-management'), mapOptions);}document.getElementById('89d966a6').innerHTML += ' | View Map';var $lbac4973afe4c1b8d0d3d51ab0b9743bd = '

RBC Wealth Management

Address: 10500 Little Patuxent Pky, Columbia, MD 21044
Phone: (410) 730-7488
';var m_bac4973afe4c1b8d0d3d51ab0b9743bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RBC Wealth Management',});m_bac4973afe4c1b8d0d3d51ab0b9743bd['infowindow'] = new google.maps.InfoWindow({content: $lbac4973afe4c1b8d0d3d51ab0b9743bd});var infowindow = new google.maps.InfoWindow({content: $lbac4973afe4c1b8d0d3d51ab0b9743bd});google.maps.event.addListener(m_bac4973afe4c1b8d0d3d51ab0b9743bd, 'click', function() {infowindow.open(map,m_bac4973afe4c1b8d0d3d51ab0b9743bd);});$marker.push(m_bac4973afe4c1b8d0d3d51ab0b9743bd);}});}google.maps.event.addDomListener(window, 'load', initialize);