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.1625,-84.02)};var g_701f5117ab64b30b60ddef7366c9e8de = new google.maps.Geocoder();g_701f5117ab64b30b60ddef7366c9e8de.geocode( { 'address': "111 E Main St, Manchester, MI 48158"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-MI-old-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('manchester-MI-old-national-bank'), mapOptions);}document.getElementById('7727d8cb').innerHTML += ' | View Map';var $l701f5117ab64b30b60ddef7366c9e8de = '

Old National Bank

Address: 111 E Main St, Manchester, MI 48158
Phone: (734) 428-1817
';var m_701f5117ab64b30b60ddef7366c9e8de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old National Bank',});m_701f5117ab64b30b60ddef7366c9e8de['infowindow'] = new google.maps.InfoWindow({content: $l701f5117ab64b30b60ddef7366c9e8de});var infowindow = new google.maps.InfoWindow({content: $l701f5117ab64b30b60ddef7366c9e8de});google.maps.event.addListener(m_701f5117ab64b30b60ddef7366c9e8de, 'click', function() {infowindow.open(map,m_701f5117ab64b30b60ddef7366c9e8de);});$marker.push(m_701f5117ab64b30b60ddef7366c9e8de);}});var g_d89376989c5972de14f512d4d5f02545 = new google.maps.Geocoder();g_d89376989c5972de14f512d4d5f02545.geocode( { 'address': "111 E Main St, Manchester, MI 48158"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-MI-old-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('manchester-MI-old-national-bank'), mapOptions);}document.getElementById('7727d8cb').innerHTML += ' | View Map';var $ld89376989c5972de14f512d4d5f02545 = '

Old National Bank

Address: 111 E Main St, Manchester, MI 48158
Phone: (734) 396-9300
';var m_d89376989c5972de14f512d4d5f02545 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old National Bank',});m_d89376989c5972de14f512d4d5f02545['infowindow'] = new google.maps.InfoWindow({content: $ld89376989c5972de14f512d4d5f02545});var infowindow = new google.maps.InfoWindow({content: $ld89376989c5972de14f512d4d5f02545});google.maps.event.addListener(m_d89376989c5972de14f512d4d5f02545, 'click', function() {infowindow.open(map,m_d89376989c5972de14f512d4d5f02545);});$marker.push(m_d89376989c5972de14f512d4d5f02545);}});}google.maps.event.addDomListener(window, 'load', initialize);