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.6965,-90.4451)};var g_af305eb8fa24f9821e8aa9c2c609d653 = new google.maps.Geocoder();g_af305eb8fa24f9821e8aa9c2c609d653.geocode( { 'address': "12140 Lackland Rd, St. Louis, MO 63146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-louis-MO-injury-case-funding').style.display = '';map = new google.maps.Map(document.getElementById('st-louis-MO-injury-case-funding'), mapOptions);}document.getElementById('2778185f').innerHTML += ' | View Map';var $laf305eb8fa24f9821e8aa9c2c609d653 = '

Injury Case Funding

Address: 12140 Lackland Rd, St. Louis, MO 63146, USA
Phone: (314) 446-3600
';var m_af305eb8fa24f9821e8aa9c2c609d653 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Injury Case Funding',});m_af305eb8fa24f9821e8aa9c2c609d653['infowindow'] = new google.maps.InfoWindow({content: $laf305eb8fa24f9821e8aa9c2c609d653});var infowindow = new google.maps.InfoWindow({content: $laf305eb8fa24f9821e8aa9c2c609d653});google.maps.event.addListener(m_af305eb8fa24f9821e8aa9c2c609d653, 'click', function() {infowindow.open(map,m_af305eb8fa24f9821e8aa9c2c609d653);});$marker.push(m_af305eb8fa24f9821e8aa9c2c609d653);}});}google.maps.event.addDomListener(window, 'load', initialize);