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.9633,-96.7452)};var g_6f2c88b9135a5473b22386fd9f0632b1 = new google.maps.Geocoder();g_6f2c88b9135a5473b22386fd9f0632b1.geocode( { 'address': "2350 Lakeside Blvd, Richardson, TX 75082"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richardson-TX-texas-capital-bank').style.display = '';map = new google.maps.Map(document.getElementById('richardson-TX-texas-capital-bank'), mapOptions);}document.getElementById('c0e01cef').innerHTML += ' | View Map';var $l6f2c88b9135a5473b22386fd9f0632b1 = '

Texas Capital Bank

Address: 2350 Lakeside Blvd, Richardson, TX 75082
Phone: (972) 656-6700
';var m_6f2c88b9135a5473b22386fd9f0632b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Capital Bank',});m_6f2c88b9135a5473b22386fd9f0632b1['infowindow'] = new google.maps.InfoWindow({content: $l6f2c88b9135a5473b22386fd9f0632b1});var infowindow = new google.maps.InfoWindow({content: $l6f2c88b9135a5473b22386fd9f0632b1});google.maps.event.addListener(m_6f2c88b9135a5473b22386fd9f0632b1, 'click', function() {infowindow.open(map,m_6f2c88b9135a5473b22386fd9f0632b1);});$marker.push(m_6f2c88b9135a5473b22386fd9f0632b1);}});}google.maps.event.addDomListener(window, 'load', initialize);