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(29.7204,-95.2221)};var g_415ae4e297c08fd8790a5b1e1ba8482e = new google.maps.Geocoder();g_415ae4e297c08fd8790a5b1e1ba8482e.geocode( { 'address': "580 Westlake Park Blvd, Houston, TX 77079"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('664d88f8').innerHTML += ' | View Map';var $l415ae4e297c08fd8790a5b1e1ba8482e = '

Merrill Lynch Wealth Management

Address: 580 Westlake Park Blvd, Houston, TX 77079
Phone: (281) 493-4224
';var m_415ae4e297c08fd8790a5b1e1ba8482e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_415ae4e297c08fd8790a5b1e1ba8482e['infowindow'] = new google.maps.InfoWindow({content: $l415ae4e297c08fd8790a5b1e1ba8482e});var infowindow = new google.maps.InfoWindow({content: $l415ae4e297c08fd8790a5b1e1ba8482e});google.maps.event.addListener(m_415ae4e297c08fd8790a5b1e1ba8482e, 'click', function() {infowindow.open(map,m_415ae4e297c08fd8790a5b1e1ba8482e);});$marker.push(m_415ae4e297c08fd8790a5b1e1ba8482e);}});}google.maps.event.addDomListener(window, 'load', initialize);