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(30.6036,-96.3111)};var g_e4a047eb3ee54070d4ae2ffffcc7cb7e = new google.maps.Geocoder();g_e4a047eb3ee54070d4ae2ffffcc7cb7e.geocode( { 'address': "1509 Emerald Pkwy, College Station, TX 77845"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('college-station-TX-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('college-station-TX-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('2b576d9c').innerHTML += ' | View Map';var $le4a047eb3ee54070d4ae2ffffcc7cb7e = '

Merrill Lynch Wealth Management

Address: 1509 Emerald Pkwy, College Station, TX 77845
Phone: (979) 695-3000
';var m_e4a047eb3ee54070d4ae2ffffcc7cb7e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_e4a047eb3ee54070d4ae2ffffcc7cb7e['infowindow'] = new google.maps.InfoWindow({content: $le4a047eb3ee54070d4ae2ffffcc7cb7e});var infowindow = new google.maps.InfoWindow({content: $le4a047eb3ee54070d4ae2ffffcc7cb7e});google.maps.event.addListener(m_e4a047eb3ee54070d4ae2ffffcc7cb7e, 'click', function() {infowindow.open(map,m_e4a047eb3ee54070d4ae2ffffcc7cb7e);});$marker.push(m_e4a047eb3ee54070d4ae2ffffcc7cb7e);}});}google.maps.event.addDomListener(window, 'load', initialize);