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.8044,-85.1395)};var g_7ac52e3f2729d1b3f6d2b7e8f6467226 = new google.maps.Geocoder();g_7ac52e3f2729d1b3f6d2b7e8f6467226.geocode( { 'address': "802 4th Ave, Lake Odessa, MI 48849"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-odessa-MI-commercial-bank').style.display = '';map = new google.maps.Map(document.getElementById('lake-odessa-MI-commercial-bank'), mapOptions);}document.getElementById('8caad423').innerHTML += ' | View Map';var $l7ac52e3f2729d1b3f6d2b7e8f6467226 = '

Commercial Bank

Address: 802 4th Ave, Lake Odessa, MI 48849
Phone: (616) 374-8849
';var m_7ac52e3f2729d1b3f6d2b7e8f6467226 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial Bank',});m_7ac52e3f2729d1b3f6d2b7e8f6467226['infowindow'] = new google.maps.InfoWindow({content: $l7ac52e3f2729d1b3f6d2b7e8f6467226});var infowindow = new google.maps.InfoWindow({content: $l7ac52e3f2729d1b3f6d2b7e8f6467226});google.maps.event.addListener(m_7ac52e3f2729d1b3f6d2b7e8f6467226, 'click', function() {infowindow.open(map,m_7ac52e3f2729d1b3f6d2b7e8f6467226);});$marker.push(m_7ac52e3f2729d1b3f6d2b7e8f6467226);}});}google.maps.event.addDomListener(window, 'load', initialize);