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.7967,-96.8172)};var g_d9d7e6e233143a9c523113333e4d961b = new google.maps.Geocoder();g_d9d7e6e233143a9c523113333e4d961b.geocode( { 'address': "1625 N Stemmons Fwy, Dallas, TX 75207, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-brazos-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-brazos-national-bank'), mapOptions);}document.getElementById('14b153b9').innerHTML += ' | View Map';var $ld9d7e6e233143a9c523113333e4d961b = '

Brazos National Bank

Address: 1625 N Stemmons Fwy, Dallas, TX 75207, USA
Phone: (214) 389-5855
';var m_d9d7e6e233143a9c523113333e4d961b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brazos National Bank',});m_d9d7e6e233143a9c523113333e4d961b['infowindow'] = new google.maps.InfoWindow({content: $ld9d7e6e233143a9c523113333e4d961b});var infowindow = new google.maps.InfoWindow({content: $ld9d7e6e233143a9c523113333e4d961b});google.maps.event.addListener(m_d9d7e6e233143a9c523113333e4d961b, 'click', function() {infowindow.open(map,m_d9d7e6e233143a9c523113333e4d961b);});$marker.push(m_d9d7e6e233143a9c523113333e4d961b);}});}google.maps.event.addDomListener(window, 'load', initialize);