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_82d7f56432e27700a4f968ccc1d65038 = new google.maps.Geocoder();g_82d7f56432e27700a4f968ccc1d65038.geocode( { 'address': "400 International Pkwy, Richardson, TX 75081"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richardson-TX-texas-capitol-bank').style.display = '';map = new google.maps.Map(document.getElementById('richardson-TX-texas-capitol-bank'), mapOptions);}document.getElementById('4140bcb6').innerHTML += ' | View Map';var $l82d7f56432e27700a4f968ccc1d65038 = '

Texas Capitol Bank

Address: 400 International Pkwy, Richardson, TX 75081
Phone: (972) 437-1775
';var m_82d7f56432e27700a4f968ccc1d65038 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Capitol Bank',});m_82d7f56432e27700a4f968ccc1d65038['infowindow'] = new google.maps.InfoWindow({content: $l82d7f56432e27700a4f968ccc1d65038});var infowindow = new google.maps.InfoWindow({content: $l82d7f56432e27700a4f968ccc1d65038});google.maps.event.addListener(m_82d7f56432e27700a4f968ccc1d65038, 'click', function() {infowindow.open(map,m_82d7f56432e27700a4f968ccc1d65038);});$marker.push(m_82d7f56432e27700a4f968ccc1d65038);}});}google.maps.event.addDomListener(window, 'load', initialize);