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.9363,-85.5353)};var g_5c69542a80ccdd666b09de9dad3625ee = new google.maps.Geocoder();g_5c69542a80ccdd666b09de9dad3625ee.geocode( { 'address': "1575 Arboretum Dr SE #406, Grand Rapids, MI 49546, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-compliance-systems').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-compliance-systems'), mapOptions);}document.getElementById('29b9b341').innerHTML += ' | View Map';var $l5c69542a80ccdd666b09de9dad3625ee = '

Compliance Systems

Address: 1575 Arboretum Dr SE #406, Grand Rapids, MI 49546, USA
Phone: (616) 956-1800
';var m_5c69542a80ccdd666b09de9dad3625ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Compliance Systems',});m_5c69542a80ccdd666b09de9dad3625ee['infowindow'] = new google.maps.InfoWindow({content: $l5c69542a80ccdd666b09de9dad3625ee});var infowindow = new google.maps.InfoWindow({content: $l5c69542a80ccdd666b09de9dad3625ee});google.maps.event.addListener(m_5c69542a80ccdd666b09de9dad3625ee, 'click', function() {infowindow.open(map,m_5c69542a80ccdd666b09de9dad3625ee);});$marker.push(m_5c69542a80ccdd666b09de9dad3625ee);}});}google.maps.event.addDomListener(window, 'load', initialize);