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.4596,-83.9786)};var g_0dee9266c98001ff0a09bbc3992fb445 = new google.maps.Geocoder();g_0dee9266c98001ff0a09bbc3992fb445.geocode( { 'address': "3160 Christy Way #1, Saginaw, MI 48603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saginaw-MI-steven-m-ciolek---ameriprise-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('saginaw-MI-steven-m-ciolek---ameriprise-financial-services-inc'), mapOptions);}document.getElementById('e0bd62bb').innerHTML += ' | View Map';var $l0dee9266c98001ff0a09bbc3992fb445 = '

Steven M Ciolek - Ameriprise Financial Services, Inc.

Address: 3160 Christy Way #1, Saginaw, MI 48603, USA
Phone: (989) 921-4982
';var m_0dee9266c98001ff0a09bbc3992fb445 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Steven M Ciolek - Ameriprise Financial Services, Inc.',});m_0dee9266c98001ff0a09bbc3992fb445['infowindow'] = new google.maps.InfoWindow({content: $l0dee9266c98001ff0a09bbc3992fb445});var infowindow = new google.maps.InfoWindow({content: $l0dee9266c98001ff0a09bbc3992fb445});google.maps.event.addListener(m_0dee9266c98001ff0a09bbc3992fb445, 'click', function() {infowindow.open(map,m_0dee9266c98001ff0a09bbc3992fb445);});$marker.push(m_0dee9266c98001ff0a09bbc3992fb445);}});}google.maps.event.addDomListener(window, 'load', initialize);