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.0332,-85.6888)};var g_26b148385ea5f12481587846f6ae110e = new google.maps.Geocoder();g_26b148385ea5f12481587846f6ae110e.geocode( { 'address': "3800 Alpine Ave NW, Comstock Park, MI 49321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('comstock-park-MI-independent-bank').style.display = '';map = new google.maps.Map(document.getElementById('comstock-park-MI-independent-bank'), mapOptions);}document.getElementById('8b7eb8e3').innerHTML += ' | View Map';var $l26b148385ea5f12481587846f6ae110e = '

Independent Bank

Address: 3800 Alpine Ave NW, Comstock Park, MI 49321, USA
Phone: (616) 784-6654
';var m_26b148385ea5f12481587846f6ae110e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank',});m_26b148385ea5f12481587846f6ae110e['infowindow'] = new google.maps.InfoWindow({content: $l26b148385ea5f12481587846f6ae110e});var infowindow = new google.maps.InfoWindow({content: $l26b148385ea5f12481587846f6ae110e});google.maps.event.addListener(m_26b148385ea5f12481587846f6ae110e, 'click', function() {infowindow.open(map,m_26b148385ea5f12481587846f6ae110e);});$marker.push(m_26b148385ea5f12481587846f6ae110e);}});}google.maps.event.addDomListener(window, 'load', initialize);