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_bf35568942211be6382dd8f9c7fb2b25 = new google.maps.Geocoder();g_bf35568942211be6382dd8f9c7fb2b25.geocode( { 'address': "720 East Broadway, Columbia, MO 65201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MO-nick-kenny-central-investment-advisors').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MO-nick-kenny-central-investment-advisors'), mapOptions);}document.getElementById('5c32bf44').innerHTML += ' | View Map';var $lbf35568942211be6382dd8f9c7fb2b25 = '

Nick Kenny - Central Investment Advisors

Address: 720 East Broadway, Columbia, MO 65201
Phone: (573) 874-8470
';var m_bf35568942211be6382dd8f9c7fb2b25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nick Kenny - Central Investment Advisors',});m_bf35568942211be6382dd8f9c7fb2b25['infowindow'] = new google.maps.InfoWindow({content: $lbf35568942211be6382dd8f9c7fb2b25});var infowindow = new google.maps.InfoWindow({content: $lbf35568942211be6382dd8f9c7fb2b25});google.maps.event.addListener(m_bf35568942211be6382dd8f9c7fb2b25, 'click', function() {infowindow.open(map,m_bf35568942211be6382dd8f9c7fb2b25);});$marker.push(m_bf35568942211be6382dd8f9c7fb2b25);}});}google.maps.event.addDomListener(window, 'load', initialize);