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.632,-90.1912)};var g_4861650dafeb90c197212d5c90e60a7b = new google.maps.Geocoder();g_4861650dafeb90c197212d5c90e60a7b.geocode( { 'address': "11715 Administration Dr, Saint Louis, MO 63146"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-louis-MO-college-financial-tax-strategies').style.display = '';map = new google.maps.Map(document.getElementById('saint-louis-MO-college-financial-tax-strategies'), mapOptions);}document.getElementById('dfc277fd').innerHTML += ' | View Map';var $l4861650dafeb90c197212d5c90e60a7b = '

College Financial & Tax Strategies

Address: 11715 Administration Dr, Saint Louis, MO 63146
Phone: 919-9005
';var m_4861650dafeb90c197212d5c90e60a7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'College Financial & Tax Strategies',});m_4861650dafeb90c197212d5c90e60a7b['infowindow'] = new google.maps.InfoWindow({content: $l4861650dafeb90c197212d5c90e60a7b});var infowindow = new google.maps.InfoWindow({content: $l4861650dafeb90c197212d5c90e60a7b});google.maps.event.addListener(m_4861650dafeb90c197212d5c90e60a7b, 'click', function() {infowindow.open(map,m_4861650dafeb90c197212d5c90e60a7b);});$marker.push(m_4861650dafeb90c197212d5c90e60a7b);}});}google.maps.event.addDomListener(window, 'load', initialize);