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()};var g_fd7a2c9c29fd3962afc288c0d0e1aad4 = new google.maps.Geocoder();g_fd7a2c9c29fd3962afc288c0d0e1aad4.geocode( { 'address': "2800 Virginia Pkwy, Mc Kinney, TX 75071"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mc-kinney-TX-texas-star-bank').style.display = '';map = new google.maps.Map(document.getElementById('mc-kinney-TX-texas-star-bank'), mapOptions);}document.getElementById('25292a7f').innerHTML += ' | View Map';var $lfd7a2c9c29fd3962afc288c0d0e1aad4 = '

Texas Star Bank

Address: 2800 Virginia Pkwy, Mc Kinney, TX 75071
Phone: (903) 482-8000
';var m_fd7a2c9c29fd3962afc288c0d0e1aad4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Star Bank',});m_fd7a2c9c29fd3962afc288c0d0e1aad4['infowindow'] = new google.maps.InfoWindow({content: $lfd7a2c9c29fd3962afc288c0d0e1aad4});var infowindow = new google.maps.InfoWindow({content: $lfd7a2c9c29fd3962afc288c0d0e1aad4});google.maps.event.addListener(m_fd7a2c9c29fd3962afc288c0d0e1aad4, 'click', function() {infowindow.open(map,m_fd7a2c9c29fd3962afc288c0d0e1aad4);});$marker.push(m_fd7a2c9c29fd3962afc288c0d0e1aad4);}});}google.maps.event.addDomListener(window, 'load', initialize);