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.8421,-96.9702)};var g_846b222a376f7bfd66eba57ec9c97a58 = new google.maps.Geocoder();g_846b222a376f7bfd66eba57ec9c97a58.geocode( { 'address': "4300 N Belt Line Rd, Irving, TX 75038"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('irving-TX-independent-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('irving-TX-independent-bank-of-texas'), mapOptions);}document.getElementById('0d68e536').innerHTML += ' | View Map';var $l846b222a376f7bfd66eba57ec9c97a58 = '

Independent Bank of Texas

Address: 4300 N Belt Line Rd, Irving, TX 75038
Phone: (972) 870-9300
';var m_846b222a376f7bfd66eba57ec9c97a58 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank of Texas',});m_846b222a376f7bfd66eba57ec9c97a58['infowindow'] = new google.maps.InfoWindow({content: $l846b222a376f7bfd66eba57ec9c97a58});var infowindow = new google.maps.InfoWindow({content: $l846b222a376f7bfd66eba57ec9c97a58});google.maps.event.addListener(m_846b222a376f7bfd66eba57ec9c97a58, 'click', function() {infowindow.open(map,m_846b222a376f7bfd66eba57ec9c97a58);});$marker.push(m_846b222a376f7bfd66eba57ec9c97a58);}});}google.maps.event.addDomListener(window, 'load', initialize);