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(33.4492,-112.069)};var g_892e3f2e33b24cbb580f341da1066868 = new google.maps.Geocoder();g_892e3f2e33b24cbb580f341da1066868.geocode( { 'address': "1550 N 47th Ave, Phoenix, AZ 85043"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-federal-reserve-bank-sn-frncsc').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-federal-reserve-bank-sn-frncsc'), mapOptions);}document.getElementById('fe47fc81').innerHTML += ' | View Map';var $l892e3f2e33b24cbb580f341da1066868 = '

Federal Reserve BANK-Sn Frncsc

Address: 1550 N 47th Ave, Phoenix, AZ 85043
Phone: (602) 477-7700
';var m_892e3f2e33b24cbb580f341da1066868 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Federal Reserve BANK-Sn Frncsc',});m_892e3f2e33b24cbb580f341da1066868['infowindow'] = new google.maps.InfoWindow({content: $l892e3f2e33b24cbb580f341da1066868});var infowindow = new google.maps.InfoWindow({content: $l892e3f2e33b24cbb580f341da1066868});google.maps.event.addListener(m_892e3f2e33b24cbb580f341da1066868, 'click', function() {infowindow.open(map,m_892e3f2e33b24cbb580f341da1066868);});$marker.push(m_892e3f2e33b24cbb580f341da1066868);}});}google.maps.event.addDomListener(window, 'load', initialize);