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()};var g_4f954eb410b00b9b4701541d964b6cdc = new google.maps.Geocoder();g_4f954eb410b00b9b4701541d964b6cdc.geocode( { 'address': "609 North 291 Highway, Lee\'s Summit, MO 64086"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lee-s-summit-MO-central-investment-advisors').style.display = '';map = new google.maps.Map(document.getElementById('lee-s-summit-MO-central-investment-advisors'), mapOptions);}document.getElementById('5513cf07').innerHTML += ' | View Map';var $l4f954eb410b00b9b4701541d964b6cdc = '

Central Investment Advisors

Address: 609 North 291 Highway, Lee\'s Summit, MO 64086
Phone: (816) 224-7220
';var m_4f954eb410b00b9b4701541d964b6cdc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Investment Advisors',});m_4f954eb410b00b9b4701541d964b6cdc['infowindow'] = new google.maps.InfoWindow({content: $l4f954eb410b00b9b4701541d964b6cdc});var infowindow = new google.maps.InfoWindow({content: $l4f954eb410b00b9b4701541d964b6cdc});google.maps.event.addListener(m_4f954eb410b00b9b4701541d964b6cdc, 'click', function() {infowindow.open(map,m_4f954eb410b00b9b4701541d964b6cdc);});$marker.push(m_4f954eb410b00b9b4701541d964b6cdc);}});}google.maps.event.addDomListener(window, 'load', initialize);