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(37.1312,-93.2943)};var g_1bff3f64f354e35b89422273e74cab8f = new google.maps.Geocoder();g_1bff3f64f354e35b89422273e74cab8f.geocode( { 'address': "901 E Saint Louis St, Springfield, MO 65806"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MO-central-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MO-central-bank'), mapOptions);}document.getElementById('9f286448').innerHTML += ' | View Map';var $l1bff3f64f354e35b89422273e74cab8f = '

Central Bank

Address: 901 E Saint Louis St, Springfield, MO 65806
Phone: (417) 869-8611
';var m_1bff3f64f354e35b89422273e74cab8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank',});m_1bff3f64f354e35b89422273e74cab8f['infowindow'] = new google.maps.InfoWindow({content: $l1bff3f64f354e35b89422273e74cab8f});var infowindow = new google.maps.InfoWindow({content: $l1bff3f64f354e35b89422273e74cab8f});google.maps.event.addListener(m_1bff3f64f354e35b89422273e74cab8f, 'click', function() {infowindow.open(map,m_1bff3f64f354e35b89422273e74cab8f);});$marker.push(m_1bff3f64f354e35b89422273e74cab8f);}});}google.maps.event.addDomListener(window, 'load', initialize);