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.6211,-97.1543)};var g_5400976477ef0f1f283278e4611c12bb = new google.maps.Geocoder();g_5400976477ef0f1f283278e4611c12bb.geocode( { 'address': "2221 E Lamar Blvd, Arlington, TX 76006"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-TX-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('arlington-TX-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('898fd624').innerHTML += ' | View Map';var $l5400976477ef0f1f283278e4611c12bb = '

Merrill Lynch Wealth Management

Address: 2221 E Lamar Blvd, Arlington, TX 76006
Phone: (817) 695-4800
';var m_5400976477ef0f1f283278e4611c12bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_5400976477ef0f1f283278e4611c12bb['infowindow'] = new google.maps.InfoWindow({content: $l5400976477ef0f1f283278e4611c12bb});var infowindow = new google.maps.InfoWindow({content: $l5400976477ef0f1f283278e4611c12bb});google.maps.event.addListener(m_5400976477ef0f1f283278e4611c12bb, 'click', function() {infowindow.open(map,m_5400976477ef0f1f283278e4611c12bb);});$marker.push(m_5400976477ef0f1f283278e4611c12bb);}});}google.maps.event.addDomListener(window, 'load', initialize);