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_eb04a6744f5eec1f45b95bbcab647a6b = new google.maps.Geocoder();g_eb04a6744f5eec1f45b95bbcab647a6b.geocode( { 'address': "106 Kenrick Plz, Saint Louis, MO 63119"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-louis-MO-schreiber-ehrenreich').style.display = '';map = new google.maps.Map(document.getElementById('saint-louis-MO-schreiber-ehrenreich'), mapOptions);}document.getElementById('0e9d093a').innerHTML += ' | View Map';var $leb04a6744f5eec1f45b95bbcab647a6b = '

Schreiber & Ehrenreich

Address: 106 Kenrick Plz, Saint Louis, MO 63119
Phone: (314) 961-5858
';var m_eb04a6744f5eec1f45b95bbcab647a6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Schreiber & Ehrenreich',});m_eb04a6744f5eec1f45b95bbcab647a6b['infowindow'] = new google.maps.InfoWindow({content: $leb04a6744f5eec1f45b95bbcab647a6b});var infowindow = new google.maps.InfoWindow({content: $leb04a6744f5eec1f45b95bbcab647a6b});google.maps.event.addListener(m_eb04a6744f5eec1f45b95bbcab647a6b, 'click', function() {infowindow.open(map,m_eb04a6744f5eec1f45b95bbcab647a6b);});$marker.push(m_eb04a6744f5eec1f45b95bbcab647a6b);}});}google.maps.event.addDomListener(window, 'load', initialize);