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(39.2778,-76.567)};var g_cbda885a3b59a6c7bb0ba1de69344a3f = new google.maps.Geocoder();g_cbda885a3b59a6c7bb0ba1de69344a3f.geocode( { 'address': "3500 Boston St #234, Baltimore, MD 21224, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-secured-funding-corporation').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-secured-funding-corporation'), mapOptions);}document.getElementById('c1ec3f8e').innerHTML += ' | View Map';var $lcbda885a3b59a6c7bb0ba1de69344a3f = '

Secured Funding Corporation

Address: 3500 Boston St #234, Baltimore, MD 21224, USA
Phone: (443) 885-0060
';var m_cbda885a3b59a6c7bb0ba1de69344a3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Secured Funding Corporation',});m_cbda885a3b59a6c7bb0ba1de69344a3f['infowindow'] = new google.maps.InfoWindow({content: $lcbda885a3b59a6c7bb0ba1de69344a3f});var infowindow = new google.maps.InfoWindow({content: $lcbda885a3b59a6c7bb0ba1de69344a3f});google.maps.event.addListener(m_cbda885a3b59a6c7bb0ba1de69344a3f, 'click', function() {infowindow.open(map,m_cbda885a3b59a6c7bb0ba1de69344a3f);});$marker.push(m_cbda885a3b59a6c7bb0ba1de69344a3f);}});}google.maps.event.addDomListener(window, 'load', initialize);