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.8964,-92.2463)};var g_ab175312fb52e6fab464c1143393fa10 = new google.maps.Geocoder();g_ab175312fb52e6fab464c1143393fa10.geocode( { 'address': "26 N 9th St, Columbia, MO 65201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MO-diamond-banc').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MO-diamond-banc'), mapOptions);}document.getElementById('9eac5b63').innerHTML += ' | View Map';var $lab175312fb52e6fab464c1143393fa10 = '

Diamond Banc

Address: 26 N 9th St, Columbia, MO 65201
Phone: (573) 875-2265
';var m_ab175312fb52e6fab464c1143393fa10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Banc',});m_ab175312fb52e6fab464c1143393fa10['infowindow'] = new google.maps.InfoWindow({content: $lab175312fb52e6fab464c1143393fa10});var infowindow = new google.maps.InfoWindow({content: $lab175312fb52e6fab464c1143393fa10});google.maps.event.addListener(m_ab175312fb52e6fab464c1143393fa10, 'click', function() {infowindow.open(map,m_ab175312fb52e6fab464c1143393fa10);});$marker.push(m_ab175312fb52e6fab464c1143393fa10);}});}google.maps.event.addDomListener(window, 'load', initialize);