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(39.1043,-94.597)};var g_adf195e2bcea10a7fb07abe83d2885c1 = new google.maps.Geocoder();g_adf195e2bcea10a7fb07abe83d2885c1.geocode( { 'address': "925 Grand Blvd, Kansas City, MO 64106"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-federal-reserve-bank').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-federal-reserve-bank'), mapOptions);}document.getElementById('42b95cf0').innerHTML += ' | View Map';var $ladf195e2bcea10a7fb07abe83d2885c1 = '

Federal Reserve Bank

Address: 925 Grand Blvd, Kansas City, MO 64106
Phone: (816) 881-2000
';var m_adf195e2bcea10a7fb07abe83d2885c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Federal Reserve Bank',});m_adf195e2bcea10a7fb07abe83d2885c1['infowindow'] = new google.maps.InfoWindow({content: $ladf195e2bcea10a7fb07abe83d2885c1});var infowindow = new google.maps.InfoWindow({content: $ladf195e2bcea10a7fb07abe83d2885c1});google.maps.event.addListener(m_adf195e2bcea10a7fb07abe83d2885c1, 'click', function() {infowindow.open(map,m_adf195e2bcea10a7fb07abe83d2885c1);});$marker.push(m_adf195e2bcea10a7fb07abe83d2885c1);}});}google.maps.event.addDomListener(window, 'load', initialize);