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

Old National

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