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_fd37c8fab2b7e539b0131c6572ee7d1c = new google.maps.Geocoder();g_fd37c8fab2b7e539b0131c6572ee7d1c.geocode( { 'address': "609 NE State Route 291, Lee\'s Summit, MO 64085"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lee-s-summit-MO-tom-wood-central-investment-advisors').style.display = '';map = new google.maps.Map(document.getElementById('lee-s-summit-MO-tom-wood-central-investment-advisors'), mapOptions);}document.getElementById('f6643929').innerHTML += ' | View Map';var $lfd37c8fab2b7e539b0131c6572ee7d1c = '

Tom Wood - Central Investment Advisors

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