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.3064,-83.1733)};var g_fb6393f704111dac53f6c79de052bf5e = new google.maps.Geocoder();g_fb6393f704111dac53f6c79de052bf5e.geocode( { 'address': "23801 Michigan Ave, Dearborn, MI 48124"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dearborn-MI-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('dearborn-MI-citizens-bank'), mapOptions);}document.getElementById('ba6f3743').innerHTML += ' | View Map';var $lfb6393f704111dac53f6c79de052bf5e = '

Citizens Bank

Address: 23801 Michigan Ave, Dearborn, MI 48124
Phone: (313) 274-1100
';var m_fb6393f704111dac53f6c79de052bf5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_fb6393f704111dac53f6c79de052bf5e['infowindow'] = new google.maps.InfoWindow({content: $lfb6393f704111dac53f6c79de052bf5e});var infowindow = new google.maps.InfoWindow({content: $lfb6393f704111dac53f6c79de052bf5e});google.maps.event.addListener(m_fb6393f704111dac53f6c79de052bf5e, 'click', function() {infowindow.open(map,m_fb6393f704111dac53f6c79de052bf5e);});$marker.push(m_fb6393f704111dac53f6c79de052bf5e);}});}google.maps.event.addDomListener(window, 'load', initialize);