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_7835a9ef21ac8378a23835829594d598 = new google.maps.Geocoder();g_7835a9ef21ac8378a23835829594d598.geocode( { 'address': "201 E Locust St, Tyler, TX 75702"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tyler-TX-regions-financial-corp').style.display = '';map = new google.maps.Map(document.getElementById('tyler-TX-regions-financial-corp'), mapOptions);}document.getElementById('bf686c31').innerHTML += ' | View Map';var $l7835a9ef21ac8378a23835829594d598 = '

Regions Financial Corp

Address: 201 E Locust St, Tyler, TX 75702
Phone: (903) 593-9366
';var m_7835a9ef21ac8378a23835829594d598 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Financial Corp',});m_7835a9ef21ac8378a23835829594d598['infowindow'] = new google.maps.InfoWindow({content: $l7835a9ef21ac8378a23835829594d598});var infowindow = new google.maps.InfoWindow({content: $l7835a9ef21ac8378a23835829594d598});google.maps.event.addListener(m_7835a9ef21ac8378a23835829594d598, 'click', function() {infowindow.open(map,m_7835a9ef21ac8378a23835829594d598);});$marker.push(m_7835a9ef21ac8378a23835829594d598);}});}google.maps.event.addDomListener(window, 'load', initialize);