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_3312ec139c1cc252588c2c233ba2312a = new google.maps.Geocoder();g_3312ec139c1cc252588c2c233ba2312a.geocode( { 'address': "1919 W Stadium Blvd, Ann Arbor, MI 48103"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ann-arbor-MI-republic-bank').style.display = '';map = new google.maps.Map(document.getElementById('ann-arbor-MI-republic-bank'), mapOptions);}document.getElementById('9443ccef').innerHTML += ' | View Map';var $l3312ec139c1cc252588c2c233ba2312a = '

Republic Bank

Address: 1919 W Stadium Blvd, Ann Arbor, MI 48103
Phone: (734) 995-4499
';var m_3312ec139c1cc252588c2c233ba2312a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Bank',});m_3312ec139c1cc252588c2c233ba2312a['infowindow'] = new google.maps.InfoWindow({content: $l3312ec139c1cc252588c2c233ba2312a});var infowindow = new google.maps.InfoWindow({content: $l3312ec139c1cc252588c2c233ba2312a});google.maps.event.addListener(m_3312ec139c1cc252588c2c233ba2312a, 'click', function() {infowindow.open(map,m_3312ec139c1cc252588c2c233ba2312a);});$marker.push(m_3312ec139c1cc252588c2c233ba2312a);}});}google.maps.event.addDomListener(window, 'load', initialize);