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.1652,-83.7869)};var g_473c223f0a4e72ce4e6de436e24d6604 = new google.maps.Geocoder();g_473c223f0a4e72ce4e6de436e24d6604.geocode( { 'address': "200 N Maple Rd, Saline, MI 48176"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saline-MI-old-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('saline-MI-old-national-bank'), mapOptions);}document.getElementById('d7c400d1').innerHTML += ' | View Map';var $l473c223f0a4e72ce4e6de436e24d6604 = '

Old National Bank

Address: 200 N Maple Rd, Saline, MI 48176
Phone: (734) 470-5200
';var m_473c223f0a4e72ce4e6de436e24d6604 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old National Bank',});m_473c223f0a4e72ce4e6de436e24d6604['infowindow'] = new google.maps.InfoWindow({content: $l473c223f0a4e72ce4e6de436e24d6604});var infowindow = new google.maps.InfoWindow({content: $l473c223f0a4e72ce4e6de436e24d6604});google.maps.event.addListener(m_473c223f0a4e72ce4e6de436e24d6604, 'click', function() {infowindow.open(map,m_473c223f0a4e72ce4e6de436e24d6604);});$marker.push(m_473c223f0a4e72ce4e6de436e24d6604);}});}google.maps.event.addDomListener(window, 'load', initialize);