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.932,-97.3067)};var g_a5970e2a977f9db1f8fc012508bc69e5 = new google.maps.Geocoder();g_a5970e2a977f9db1f8fc012508bc69e5.geocode( { 'address': "3500 Golden Triangle Boulevard, Fort Worth, TX 76244, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-providence-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-providence-bank-of-texas'), mapOptions);}document.getElementById('9d287c15').innerHTML += ' | View Map';var $la5970e2a977f9db1f8fc012508bc69e5 = '

Providence Bank of Texas

Address: 3500 Golden Triangle Boulevard, Fort Worth, TX 76244, USA
Phone: (817) 898-6333
';var m_a5970e2a977f9db1f8fc012508bc69e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Providence Bank of Texas',});m_a5970e2a977f9db1f8fc012508bc69e5['infowindow'] = new google.maps.InfoWindow({content: $la5970e2a977f9db1f8fc012508bc69e5});var infowindow = new google.maps.InfoWindow({content: $la5970e2a977f9db1f8fc012508bc69e5});google.maps.event.addListener(m_a5970e2a977f9db1f8fc012508bc69e5, 'click', function() {infowindow.open(map,m_a5970e2a977f9db1f8fc012508bc69e5);});$marker.push(m_a5970e2a977f9db1f8fc012508bc69e5);}});}google.maps.event.addDomListener(window, 'load', initialize);