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.7594,-97.3291)};var g_aa659feb6c091d0d2f1c6e5133c430c0 = new google.maps.Geocoder();g_aa659feb6c091d0d2f1c6e5133c430c0.geocode( { 'address': "801 Houston St, Fort Worth, TX 76102"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-plainscapital-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-plainscapital-bank'), mapOptions);}document.getElementById('3be6aff0').innerHTML += ' | View Map';var $laa659feb6c091d0d2f1c6e5133c430c0 = '

PlainsCapital Bank

Address: 801 Houston St, Fort Worth, TX 76102
Phone: (817) 258-3800
';var m_aa659feb6c091d0d2f1c6e5133c430c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PlainsCapital Bank',});m_aa659feb6c091d0d2f1c6e5133c430c0['infowindow'] = new google.maps.InfoWindow({content: $laa659feb6c091d0d2f1c6e5133c430c0});var infowindow = new google.maps.InfoWindow({content: $laa659feb6c091d0d2f1c6e5133c430c0});google.maps.event.addListener(m_aa659feb6c091d0d2f1c6e5133c430c0, 'click', function() {infowindow.open(map,m_aa659feb6c091d0d2f1c6e5133c430c0);});$marker.push(m_aa659feb6c091d0d2f1c6e5133c430c0);}});}google.maps.event.addDomListener(window, 'load', initialize);