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.2708,-83.8087)};var g_9b46cae14639ee92bc8477140c8cf2f1 = new google.maps.Geocoder();g_9b46cae14639ee92bc8477140c8cf2f1.geocode( { 'address': "101 S Main St, Ann Arbor, MI 48104"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ann-arbor-MI-national-city-bank').style.display = '';map = new google.maps.Map(document.getElementById('ann-arbor-MI-national-city-bank'), mapOptions);}document.getElementById('350411a2').innerHTML += ' | View Map';var $l9b46cae14639ee92bc8477140c8cf2f1 = '

National City Bank

Address: 101 S Main St, Ann Arbor, MI 48104
Phone: (734) 995-7802
';var m_9b46cae14639ee92bc8477140c8cf2f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National City Bank',});m_9b46cae14639ee92bc8477140c8cf2f1['infowindow'] = new google.maps.InfoWindow({content: $l9b46cae14639ee92bc8477140c8cf2f1});var infowindow = new google.maps.InfoWindow({content: $l9b46cae14639ee92bc8477140c8cf2f1});google.maps.event.addListener(m_9b46cae14639ee92bc8477140c8cf2f1, 'click', function() {infowindow.open(map,m_9b46cae14639ee92bc8477140c8cf2f1);});$marker.push(m_9b46cae14639ee92bc8477140c8cf2f1);}});}google.maps.event.addDomListener(window, 'load', initialize);