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.7594,-97.3291)};var g_13917c08dc3c9cdddad468e6cdada8fc = new google.maps.Geocoder();g_13917c08dc3c9cdddad468e6cdada8fc.geocode( { 'address': "100 Lexington St, Fort Worth, TX 76102"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-meridian-bank-texas').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-meridian-bank-texas'), mapOptions);}document.getElementById('d71c5578').innerHTML += ' | View Map';var $l13917c08dc3c9cdddad468e6cdada8fc = '

Meridian Bank Texas

Address: 100 Lexington St, Fort Worth, TX 76102
Phone: (817) 334-4600
';var m_13917c08dc3c9cdddad468e6cdada8fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Meridian Bank Texas',});m_13917c08dc3c9cdddad468e6cdada8fc['infowindow'] = new google.maps.InfoWindow({content: $l13917c08dc3c9cdddad468e6cdada8fc});var infowindow = new google.maps.InfoWindow({content: $l13917c08dc3c9cdddad468e6cdada8fc});google.maps.event.addListener(m_13917c08dc3c9cdddad468e6cdada8fc, 'click', function() {infowindow.open(map,m_13917c08dc3c9cdddad468e6cdada8fc);});$marker.push(m_13917c08dc3c9cdddad468e6cdada8fc);}});}google.maps.event.addDomListener(window, 'load', initialize);