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(43.718,-84.3769)};var g_85cd22b43fe096c1c732b098c85041dc = new google.maps.Geocoder();g_85cd22b43fe096c1c732b098c85041dc.geocode( { 'address': "3393 N Sunset Way, Sanford, MI 48657, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sanford-MI-blue-sky-capital-strategies-llc').style.display = '';map = new google.maps.Map(document.getElementById('sanford-MI-blue-sky-capital-strategies-llc'), mapOptions);}document.getElementById('b158d5de').innerHTML += ' | View Map';var $l85cd22b43fe096c1c732b098c85041dc = '

Blue Sky Capital Strategies, LLC

Address: 3393 N Sunset Way, Sanford, MI 48657, USA
Phone: (248) 246-1561
';var m_85cd22b43fe096c1c732b098c85041dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blue Sky Capital Strategies, LLC',});m_85cd22b43fe096c1c732b098c85041dc['infowindow'] = new google.maps.InfoWindow({content: $l85cd22b43fe096c1c732b098c85041dc});var infowindow = new google.maps.InfoWindow({content: $l85cd22b43fe096c1c732b098c85041dc});google.maps.event.addListener(m_85cd22b43fe096c1c732b098c85041dc, 'click', function() {infowindow.open(map,m_85cd22b43fe096c1c732b098c85041dc);});$marker.push(m_85cd22b43fe096c1c732b098c85041dc);}});}google.maps.event.addDomListener(window, 'load', initialize);