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.4943,-90.3828)};var g_5c74d3dd8616593a3f272f2114354099 = new google.maps.Geocoder();g_5c74d3dd8616593a3f272f2114354099.geocode( { 'address': "13023 Tesson Ferry Rd # 201, St. Louis, MO 63128, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-louis-MO-cummings-ristau--associates').style.display = '';map = new google.maps.Map(document.getElementById('st-louis-MO-cummings-ristau--associates'), mapOptions);}document.getElementById('bef0fe4c').innerHTML += ' | View Map';var $l5c74d3dd8616593a3f272f2114354099 = '

Cummings Ristau & Associates

Address: 13023 Tesson Ferry Rd # 201, St. Louis, MO 63128, USA
Phone: (314) 845-6050
';var m_5c74d3dd8616593a3f272f2114354099 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cummings Ristau & Associates',});m_5c74d3dd8616593a3f272f2114354099['infowindow'] = new google.maps.InfoWindow({content: $l5c74d3dd8616593a3f272f2114354099});var infowindow = new google.maps.InfoWindow({content: $l5c74d3dd8616593a3f272f2114354099});google.maps.event.addListener(m_5c74d3dd8616593a3f272f2114354099, 'click', function() {infowindow.open(map,m_5c74d3dd8616593a3f272f2114354099);});$marker.push(m_5c74d3dd8616593a3f272f2114354099);}});}google.maps.event.addDomListener(window, 'load', initialize);