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.6071,-90.2159)};var g_75e1fde950f70229d6daa97a83587856 = new google.maps.Geocoder();g_75e1fde950f70229d6daa97a83587856.geocode( { 'address': "1938 Gravois Ave, St. Louis, MO 63104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-louis-MO-community-loans-of-america-inc').style.display = '';map = new google.maps.Map(document.getElementById('st-louis-MO-community-loans-of-america-inc'), mapOptions);}document.getElementById('d97db4bd').innerHTML += ' | View Map';var $l75e1fde950f70229d6daa97a83587856 = '

Community Loans of America Inc

Address: 1938 Gravois Ave, St. Louis, MO 63104, USA
Phone: (314) 771-9137
';var m_75e1fde950f70229d6daa97a83587856 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Loans of America Inc',});m_75e1fde950f70229d6daa97a83587856['infowindow'] = new google.maps.InfoWindow({content: $l75e1fde950f70229d6daa97a83587856});var infowindow = new google.maps.InfoWindow({content: $l75e1fde950f70229d6daa97a83587856});google.maps.event.addListener(m_75e1fde950f70229d6daa97a83587856, 'click', function() {infowindow.open(map,m_75e1fde950f70229d6daa97a83587856);});$marker.push(m_75e1fde950f70229d6daa97a83587856);}});}google.maps.event.addDomListener(window, 'load', initialize);