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(33.0281,-96.8329)};var g_5bc2931447642c01fa45d3de7212abdd = new google.maps.Geocoder();g_5bc2931447642c01fa45d3de7212abdd.geocode( { 'address': "6105 W Park Blvd, Plano, TX 75093, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-bank-of-texas'), mapOptions);}document.getElementById('62f265af').innerHTML += ' | View Map';var $l5bc2931447642c01fa45d3de7212abdd = '

Bank of Texas

Address: 6105 W Park Blvd, Plano, TX 75093, USA
Phone: (972) 378-7318
';var m_5bc2931447642c01fa45d3de7212abdd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Texas',});m_5bc2931447642c01fa45d3de7212abdd['infowindow'] = new google.maps.InfoWindow({content: $l5bc2931447642c01fa45d3de7212abdd});var infowindow = new google.maps.InfoWindow({content: $l5bc2931447642c01fa45d3de7212abdd});google.maps.event.addListener(m_5bc2931447642c01fa45d3de7212abdd, 'click', function() {infowindow.open(map,m_5bc2931447642c01fa45d3de7212abdd);});$marker.push(m_5bc2931447642c01fa45d3de7212abdd);}});}google.maps.event.addDomListener(window, 'load', initialize);