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.7872,-96.7985)};var g_b6f8dc086b2d60c5856e4ff517060392 = new google.maps.Geocoder();g_b6f8dc086b2d60c5856e4ff517060392.geocode( { 'address': "500 N Akard St, Dallas, TX 75201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-providence-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-providence-bank-of-texas'), mapOptions);}document.getElementById('00d50913').innerHTML += ' | View Map';var $lb6f8dc086b2d60c5856e4ff517060392 = '

Providence Bank Of Texas

Address: 500 N Akard St, Dallas, TX 75201
Phone: (972) 677-1000
';var m_b6f8dc086b2d60c5856e4ff517060392 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Providence Bank Of Texas',});m_b6f8dc086b2d60c5856e4ff517060392['infowindow'] = new google.maps.InfoWindow({content: $lb6f8dc086b2d60c5856e4ff517060392});var infowindow = new google.maps.InfoWindow({content: $lb6f8dc086b2d60c5856e4ff517060392});google.maps.event.addListener(m_b6f8dc086b2d60c5856e4ff517060392, 'click', function() {infowindow.open(map,m_b6f8dc086b2d60c5856e4ff517060392);});$marker.push(m_b6f8dc086b2d60c5856e4ff517060392);}});}google.maps.event.addDomListener(window, 'load', initialize);