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_99c21323790ff1b0d80e980918d15f0b = new google.maps.Geocoder();g_99c21323790ff1b0d80e980918d15f0b.geocode( { 'address': "2200 N Pearl St, Dallas, TX 75201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-federal-reserve-bank-of-dallas').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-federal-reserve-bank-of-dallas'), mapOptions);}document.getElementById('99afd045').innerHTML += ' | View Map';var $l99c21323790ff1b0d80e980918d15f0b = '

Federal Reserve Bank of Dallas

Address: 2200 N Pearl St, Dallas, TX 75201
Phone: (214) 922-5276
';var m_99c21323790ff1b0d80e980918d15f0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Federal Reserve Bank of Dallas',});m_99c21323790ff1b0d80e980918d15f0b['infowindow'] = new google.maps.InfoWindow({content: $l99c21323790ff1b0d80e980918d15f0b});var infowindow = new google.maps.InfoWindow({content: $l99c21323790ff1b0d80e980918d15f0b});google.maps.event.addListener(m_99c21323790ff1b0d80e980918d15f0b, 'click', function() {infowindow.open(map,m_99c21323790ff1b0d80e980918d15f0b);});$marker.push(m_99c21323790ff1b0d80e980918d15f0b);}});}google.maps.event.addDomListener(window, 'load', initialize);