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.0077,-94.2732)};var g_3eca65f48e1aa2eff91fbf5c83703937 = new google.maps.Geocoder();g_3eca65f48e1aa2eff91fbf5c83703937.geocode( { 'address': "909 MO-7, Blue Springs, MO 64014, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-springs-MO-central-bank-of-the-midwest').style.display = '';map = new google.maps.Map(document.getElementById('blue-springs-MO-central-bank-of-the-midwest'), mapOptions);}document.getElementById('127dd924').innerHTML += ' | View Map';var $l3eca65f48e1aa2eff91fbf5c83703937 = '

Central Bank of the Midwest

Address: 909 MO-7, Blue Springs, MO 64014, USA
Phone: (816) 229-3477
';var m_3eca65f48e1aa2eff91fbf5c83703937 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank of the Midwest',});m_3eca65f48e1aa2eff91fbf5c83703937['infowindow'] = new google.maps.InfoWindow({content: $l3eca65f48e1aa2eff91fbf5c83703937});var infowindow = new google.maps.InfoWindow({content: $l3eca65f48e1aa2eff91fbf5c83703937});google.maps.event.addListener(m_3eca65f48e1aa2eff91fbf5c83703937, 'click', function() {infowindow.open(map,m_3eca65f48e1aa2eff91fbf5c83703937);});$marker.push(m_3eca65f48e1aa2eff91fbf5c83703937);}});}google.maps.event.addDomListener(window, 'load', initialize);