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(42.33,-83.0472)};var g_2497d3db621bebd916afc034fe310b45 = new google.maps.Geocoder();g_2497d3db621bebd916afc034fe310b45.geocode( { 'address': "615 Griswold St #700, Detroit, MI 48226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('detroit-MI-lvrg-funding---fueling-americas-small-businesses').style.display = '';map = new google.maps.Map(document.getElementById('detroit-MI-lvrg-funding---fueling-americas-small-businesses'), mapOptions);}document.getElementById('e4acfb33').innerHTML += ' | View Map';var $l2497d3db621bebd916afc034fe310b45 = '

LVRG Funding - Fueling America's Small Businesses

Address: 615 Griswold St #700, Detroit, MI 48226, USA
Phone: (313) 305-0582
';var m_2497d3db621bebd916afc034fe310b45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LVRG Funding - Fueling America's Small Businesses',});m_2497d3db621bebd916afc034fe310b45['infowindow'] = new google.maps.InfoWindow({content: $l2497d3db621bebd916afc034fe310b45});var infowindow = new google.maps.InfoWindow({content: $l2497d3db621bebd916afc034fe310b45});google.maps.event.addListener(m_2497d3db621bebd916afc034fe310b45, 'click', function() {infowindow.open(map,m_2497d3db621bebd916afc034fe310b45);});$marker.push(m_2497d3db621bebd916afc034fe310b45);}});}google.maps.event.addDomListener(window, 'load', initialize);