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.3265,-95.2945)};var g_bf46c8209214d867e9dc38976290f965 = new google.maps.Geocoder();g_bf46c8209214d867e9dc38976290f965.geocode( { 'address': "1828 E Southeast Loop 323, Tyler, TX 75701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tyler-TX-bank-texas').style.display = '';map = new google.maps.Map(document.getElementById('tyler-TX-bank-texas'), mapOptions);}document.getElementById('868da40a').innerHTML += ' | View Map';var $lbf46c8209214d867e9dc38976290f965 = '

Bank Texas

Address: 1828 E Southeast Loop 323, Tyler, TX 75701
Phone: (903) 561-6617
';var m_bf46c8209214d867e9dc38976290f965 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Texas',});m_bf46c8209214d867e9dc38976290f965['infowindow'] = new google.maps.InfoWindow({content: $lbf46c8209214d867e9dc38976290f965});var infowindow = new google.maps.InfoWindow({content: $lbf46c8209214d867e9dc38976290f965});google.maps.event.addListener(m_bf46c8209214d867e9dc38976290f965, 'click', function() {infowindow.open(map,m_bf46c8209214d867e9dc38976290f965);});$marker.push(m_bf46c8209214d867e9dc38976290f965);}});}google.maps.event.addDomListener(window, 'load', initialize);