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.7236,-84.643)};var g_0cdbec7f5f86a2183c75e9951fa8b1e5 = new google.maps.Geocoder();g_0cdbec7f5f86a2183c75e9951fa8b1e5.geocode( { 'address': "6427 Centurion Dr #100, Lansing, MI 48917, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lansing-MI-glacier-financial').style.display = '';map = new google.maps.Map(document.getElementById('lansing-MI-glacier-financial'), mapOptions);}document.getElementById('6fbad620').innerHTML += ' | View Map';var $l0cdbec7f5f86a2183c75e9951fa8b1e5 = '

Glacier Financial

Address: 6427 Centurion Dr #100, Lansing, MI 48917, USA
Phone: (517) 853-8700
';var m_0cdbec7f5f86a2183c75e9951fa8b1e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Glacier Financial',});m_0cdbec7f5f86a2183c75e9951fa8b1e5['infowindow'] = new google.maps.InfoWindow({content: $l0cdbec7f5f86a2183c75e9951fa8b1e5});var infowindow = new google.maps.InfoWindow({content: $l0cdbec7f5f86a2183c75e9951fa8b1e5});google.maps.event.addListener(m_0cdbec7f5f86a2183c75e9951fa8b1e5, 'click', function() {infowindow.open(map,m_0cdbec7f5f86a2183c75e9951fa8b1e5);});$marker.push(m_0cdbec7f5f86a2183c75e9951fa8b1e5);}});}google.maps.event.addDomListener(window, 'load', initialize);