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_5a534612f7c36aefbc4e815a381e308a = new google.maps.Geocoder();g_5a534612f7c36aefbc4e815a381e308a.geocode( { 'address': "99 NE 72nd St, Kansas City, MO 64118"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-kcb-bank').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-kcb-bank'), mapOptions);}document.getElementById('ab0f63d4').innerHTML += ' | View Map';var $l5a534612f7c36aefbc4e815a381e308a = '

KCB Bank

Address: 99 NE 72nd St, Kansas City, MO 64118
Phone: (816) 436-0497
';var m_5a534612f7c36aefbc4e815a381e308a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KCB Bank',});m_5a534612f7c36aefbc4e815a381e308a['infowindow'] = new google.maps.InfoWindow({content: $l5a534612f7c36aefbc4e815a381e308a});var infowindow = new google.maps.InfoWindow({content: $l5a534612f7c36aefbc4e815a381e308a});google.maps.event.addListener(m_5a534612f7c36aefbc4e815a381e308a, 'click', function() {infowindow.open(map,m_5a534612f7c36aefbc4e815a381e308a);});$marker.push(m_5a534612f7c36aefbc4e815a381e308a);}});}google.maps.event.addDomListener(window, 'load', initialize);