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.9123,-85.5165)};var g_47bae4cea2f848fe1d91c9051a300a29 = new google.maps.Geocoder();g_47bae4cea2f848fe1d91c9051a300a29.geocode( { 'address': "6140 28th St SE # 215, Grand Rapids, MI 49546, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-greemann-capital').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-greemann-capital'), mapOptions);}document.getElementById('bf557ec0').innerHTML += ' | View Map';var $l47bae4cea2f848fe1d91c9051a300a29 = '

Greemann Capital

Address: 6140 28th St SE # 215, Grand Rapids, MI 49546, USA
Phone: (616) 957-4777
';var m_47bae4cea2f848fe1d91c9051a300a29 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greemann Capital',});m_47bae4cea2f848fe1d91c9051a300a29['infowindow'] = new google.maps.InfoWindow({content: $l47bae4cea2f848fe1d91c9051a300a29});var infowindow = new google.maps.InfoWindow({content: $l47bae4cea2f848fe1d91c9051a300a29});google.maps.event.addListener(m_47bae4cea2f848fe1d91c9051a300a29, 'click', function() {infowindow.open(map,m_47bae4cea2f848fe1d91c9051a300a29);});$marker.push(m_47bae4cea2f848fe1d91c9051a300a29);}});}google.maps.event.addDomListener(window, 'load', initialize);