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.1677,-83.7798)};var g_63de80b05d74c2188e04688e7d988b30 = new google.maps.Geocoder();g_63de80b05d74c2188e04688e7d988b30.geocode( { 'address': "179 E Michigan Ave, Saline, MI 48176, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saline-MI-bank-of-ann-arbor').style.display = '';map = new google.maps.Map(document.getElementById('saline-MI-bank-of-ann-arbor'), mapOptions);}document.getElementById('0f9eb506').innerHTML += ' | View Map';var $l63de80b05d74c2188e04688e7d988b30 = '

Bank of Ann Arbor

Address: 179 E Michigan Ave, Saline, MI 48176, USA
Phone: (734) 470-5001
';var m_63de80b05d74c2188e04688e7d988b30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Ann Arbor',});m_63de80b05d74c2188e04688e7d988b30['infowindow'] = new google.maps.InfoWindow({content: $l63de80b05d74c2188e04688e7d988b30});var infowindow = new google.maps.InfoWindow({content: $l63de80b05d74c2188e04688e7d988b30});google.maps.event.addListener(m_63de80b05d74c2188e04688e7d988b30, 'click', function() {infowindow.open(map,m_63de80b05d74c2188e04688e7d988b30);});$marker.push(m_63de80b05d74c2188e04688e7d988b30);}});}google.maps.event.addDomListener(window, 'load', initialize);