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.7848,-96.8026)};var g_da3cd7d7a1d20f286f8c99382fc10755 = new google.maps.Geocoder();g_da3cd7d7a1d20f286f8c99382fc10755.geocode( { 'address': "1445 Ross Ave # 4400, Dallas, TX 75202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-wells-fargo-private-client-services').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-wells-fargo-private-client-services'), mapOptions);}document.getElementById('62028832').innerHTML += ' | View Map';var $lda3cd7d7a1d20f286f8c99382fc10755 = '

Wells Fargo Private Client Services

Address: 1445 Ross Ave # 4400, Dallas, TX 75202, USA
Phone: (214) 721-8260
';var m_da3cd7d7a1d20f286f8c99382fc10755 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Private Client Services',});m_da3cd7d7a1d20f286f8c99382fc10755['infowindow'] = new google.maps.InfoWindow({content: $lda3cd7d7a1d20f286f8c99382fc10755});var infowindow = new google.maps.InfoWindow({content: $lda3cd7d7a1d20f286f8c99382fc10755});google.maps.event.addListener(m_da3cd7d7a1d20f286f8c99382fc10755, 'click', function() {infowindow.open(map,m_da3cd7d7a1d20f286f8c99382fc10755);});$marker.push(m_da3cd7d7a1d20f286f8c99382fc10755);}});}google.maps.event.addDomListener(window, 'load', initialize);