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.902,-85.5324)};var g_078a457f27cf18485f86d7bc1ab3e25f = new google.maps.Geocoder();g_078a457f27cf18485f86d7bc1ab3e25f.geocode( { 'address': "3400 Raleigh Dr SE, Grand Rapids, MI 49512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-sage-direct-inc').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-sage-direct-inc'), mapOptions);}document.getElementById('0b7298bf').innerHTML += ' | View Map';var $l078a457f27cf18485f86d7bc1ab3e25f = '

Sage Direct Inc

Address: 3400 Raleigh Dr SE, Grand Rapids, MI 49512, USA
Phone: (616) 940-8311
';var m_078a457f27cf18485f86d7bc1ab3e25f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sage Direct Inc',});m_078a457f27cf18485f86d7bc1ab3e25f['infowindow'] = new google.maps.InfoWindow({content: $l078a457f27cf18485f86d7bc1ab3e25f});var infowindow = new google.maps.InfoWindow({content: $l078a457f27cf18485f86d7bc1ab3e25f});google.maps.event.addListener(m_078a457f27cf18485f86d7bc1ab3e25f, 'click', function() {infowindow.open(map,m_078a457f27cf18485f86d7bc1ab3e25f);});$marker.push(m_078a457f27cf18485f86d7bc1ab3e25f);}});}google.maps.event.addDomListener(window, 'load', initialize);