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.7872,-96.7985)};var g_70ece1e1e0931919438fcfc6bd5f199c = new google.maps.Geocoder();g_70ece1e1e0931919438fcfc6bd5f199c.geocode( { 'address': "9661 Audelia Rd, Dallas, TX 75238"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-city-national-brokers').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-city-national-brokers'), mapOptions);}document.getElementById('cb091c81').innerHTML += ' | View Map';var $l70ece1e1e0931919438fcfc6bd5f199c = '

City National Brokers

Address: 9661 Audelia Rd, Dallas, TX 75238
Phone: (214) 340-7734
';var m_70ece1e1e0931919438fcfc6bd5f199c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City National Brokers',});m_70ece1e1e0931919438fcfc6bd5f199c['infowindow'] = new google.maps.InfoWindow({content: $l70ece1e1e0931919438fcfc6bd5f199c});var infowindow = new google.maps.InfoWindow({content: $l70ece1e1e0931919438fcfc6bd5f199c});google.maps.event.addListener(m_70ece1e1e0931919438fcfc6bd5f199c, 'click', function() {infowindow.open(map,m_70ece1e1e0931919438fcfc6bd5f199c);});$marker.push(m_70ece1e1e0931919438fcfc6bd5f199c);}});}google.maps.event.addDomListener(window, 'load', initialize);