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(38.558,-92.221)};var g_bac6d696a1990fa09209640d83c94cb4 = new google.maps.Geocoder();g_bac6d696a1990fa09209640d83c94cb4.geocode( { 'address': "2505 Mission Dr, Jefferson City, MO 65109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jefferson-city-MO-central-bank---atm').style.display = '';map = new google.maps.Map(document.getElementById('jefferson-city-MO-central-bank---atm'), mapOptions);}document.getElementById('6cab06ff').innerHTML += ' | View Map';var $lbac6d696a1990fa09209640d83c94cb4 = '

Central Bank - ATM

Address: 2505 Mission Dr, Jefferson City, MO 65109, USA
Phone: (573) 634-1111
';var m_bac6d696a1990fa09209640d83c94cb4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank - ATM',});m_bac6d696a1990fa09209640d83c94cb4['infowindow'] = new google.maps.InfoWindow({content: $lbac6d696a1990fa09209640d83c94cb4});var infowindow = new google.maps.InfoWindow({content: $lbac6d696a1990fa09209640d83c94cb4});google.maps.event.addListener(m_bac6d696a1990fa09209640d83c94cb4, 'click', function() {infowindow.open(map,m_bac6d696a1990fa09209640d83c94cb4);});$marker.push(m_bac6d696a1990fa09209640d83c94cb4);}});}google.maps.event.addDomListener(window, 'load', initialize);