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(32.7594,-97.3291)};var g_cd485ae520770c8c8742ccb9b848e683 = new google.maps.Geocoder();g_cd485ae520770c8c8742ccb9b848e683.geocode( { 'address': "4201 Bridgeview Dr, Fort Worth, TX 76109"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('d99e28e7').innerHTML += ' | View Map';var $lcd485ae520770c8c8742ccb9b848e683 = '

Merrill Lynch Wealth Management

Address: 4201 Bridgeview Dr, Fort Worth, TX 76109
Phone: (817) 759-8300
';var m_cd485ae520770c8c8742ccb9b848e683 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_cd485ae520770c8c8742ccb9b848e683['infowindow'] = new google.maps.InfoWindow({content: $lcd485ae520770c8c8742ccb9b848e683});var infowindow = new google.maps.InfoWindow({content: $lcd485ae520770c8c8742ccb9b848e683});google.maps.event.addListener(m_cd485ae520770c8c8742ccb9b848e683, 'click', function() {infowindow.open(map,m_cd485ae520770c8c8742ccb9b848e683);});$marker.push(m_cd485ae520770c8c8742ccb9b848e683);}});}google.maps.event.addDomListener(window, 'load', initialize);