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.8819,-85.7636)};var g_cf50b28ef624912ff106c57ca9be41dc = new google.maps.Geocoder();g_cf50b28ef624912ff106c57ca9be41dc.geocode( { 'address': "4555 Wilson Ave SW #2, Grandville, MI 49418, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grandville-MI-advanced-asset-management-llc').style.display = '';map = new google.maps.Map(document.getElementById('grandville-MI-advanced-asset-management-llc'), mapOptions);}document.getElementById('b96c0010').innerHTML += ' | View Map';var $lcf50b28ef624912ff106c57ca9be41dc = '

Advanced Asset Management, LLC

Address: 4555 Wilson Ave SW #2, Grandville, MI 49418, USA
Phone: (616) 531-5220
';var m_cf50b28ef624912ff106c57ca9be41dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advanced Asset Management, LLC',});m_cf50b28ef624912ff106c57ca9be41dc['infowindow'] = new google.maps.InfoWindow({content: $lcf50b28ef624912ff106c57ca9be41dc});var infowindow = new google.maps.InfoWindow({content: $lcf50b28ef624912ff106c57ca9be41dc});google.maps.event.addListener(m_cf50b28ef624912ff106c57ca9be41dc, 'click', function() {infowindow.open(map,m_cf50b28ef624912ff106c57ca9be41dc);});$marker.push(m_cf50b28ef624912ff106c57ca9be41dc);}});}google.maps.event.addDomListener(window, 'load', initialize);