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_b19446497b87e3a78e41c92d395aaa93 = new google.maps.Geocoder();g_b19446497b87e3a78e41c92d395aaa93.geocode( { 'address': "1201 NW Briarcliff Pkwy, Kansas City, MO 64116"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kansas-city-MO-m-i-bank').style.display = '';map = new google.maps.Map(document.getElementById('kansas-city-MO-m-i-bank'), mapOptions);}document.getElementById('ed89d7a2').innerHTML += ' | View Map';var $lb19446497b87e3a78e41c92d395aaa93 = '

M I Bank

Address: 1201 NW Briarcliff Pkwy, Kansas City, MO 64116
Phone: (816) 505-7609
';var m_b19446497b87e3a78e41c92d395aaa93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M I Bank',});m_b19446497b87e3a78e41c92d395aaa93['infowindow'] = new google.maps.InfoWindow({content: $lb19446497b87e3a78e41c92d395aaa93});var infowindow = new google.maps.InfoWindow({content: $lb19446497b87e3a78e41c92d395aaa93});google.maps.event.addListener(m_b19446497b87e3a78e41c92d395aaa93, 'click', function() {infowindow.open(map,m_b19446497b87e3a78e41c92d395aaa93);});$marker.push(m_b19446497b87e3a78e41c92d395aaa93);}});}google.maps.event.addDomListener(window, 'load', initialize);