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.9733,-92.4337)};var g_e08084d254cac1f73039e9c460597a8e = new google.maps.Geocoder();g_e08084d254cac1f73039e9c460597a8e.geocode( { 'address': "6401 US-40, Columbia, MO 65202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MO-atm---central-bank-of-boone-county').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MO-atm---central-bank-of-boone-county'), mapOptions);}document.getElementById('34d1f91f').innerHTML += ' | View Map';var $le08084d254cac1f73039e9c460597a8e = '

ATM - Central Bank of Boone County

Address: 6401 US-40, Columbia, MO 65202, USA
Phone: (573) 874-8100
';var m_e08084d254cac1f73039e9c460597a8e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM - Central Bank of Boone County',});m_e08084d254cac1f73039e9c460597a8e['infowindow'] = new google.maps.InfoWindow({content: $le08084d254cac1f73039e9c460597a8e});var infowindow = new google.maps.InfoWindow({content: $le08084d254cac1f73039e9c460597a8e});google.maps.event.addListener(m_e08084d254cac1f73039e9c460597a8e, 'click', function() {infowindow.open(map,m_e08084d254cac1f73039e9c460597a8e);});$marker.push(m_e08084d254cac1f73039e9c460597a8e);}});}google.maps.event.addDomListener(window, 'load', initialize);