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.3097,-83.3495)};var g_5759f2617b8789c5a9e5c6906b1d115e = new google.maps.Geocoder();g_5759f2617b8789c5a9e5c6906b1d115e.geocode( { 'address': "7205 N Wayne Rd, Westland, MI 48185, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westland-MI-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('westland-MI-citizens-bank'), mapOptions);}document.getElementById('21739694').innerHTML += ' | View Map';var $l5759f2617b8789c5a9e5c6906b1d115e = '

Citizens Bank

Address: 7205 N Wayne Rd, Westland, MI 48185, USA
Phone: (734) 425-7200
';var m_5759f2617b8789c5a9e5c6906b1d115e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_5759f2617b8789c5a9e5c6906b1d115e['infowindow'] = new google.maps.InfoWindow({content: $l5759f2617b8789c5a9e5c6906b1d115e});var infowindow = new google.maps.InfoWindow({content: $l5759f2617b8789c5a9e5c6906b1d115e});google.maps.event.addListener(m_5759f2617b8789c5a9e5c6906b1d115e, 'click', function() {infowindow.open(map,m_5759f2617b8789c5a9e5c6906b1d115e);});$marker.push(m_5759f2617b8789c5a9e5c6906b1d115e);}});var g_8ce6aa43c9cad2f1abdf542541c8884d = new google.maps.Geocoder();g_8ce6aa43c9cad2f1abdf542541c8884d.geocode( { 'address': "200 Merriman Rd, Westland, MI 48186, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westland-MI-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('westland-MI-citizens-bank'), mapOptions);}document.getElementById('6fe233ef').innerHTML += ' | View Map';var $l8ce6aa43c9cad2f1abdf542541c8884d = '

Citizens Bank

Address: 200 Merriman Rd, Westland, MI 48186, USA
Phone: (734) 728-6550
';var m_8ce6aa43c9cad2f1abdf542541c8884d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_8ce6aa43c9cad2f1abdf542541c8884d['infowindow'] = new google.maps.InfoWindow({content: $l8ce6aa43c9cad2f1abdf542541c8884d});var infowindow = new google.maps.InfoWindow({content: $l8ce6aa43c9cad2f1abdf542541c8884d});google.maps.event.addListener(m_8ce6aa43c9cad2f1abdf542541c8884d, 'click', function() {infowindow.open(map,m_8ce6aa43c9cad2f1abdf542541c8884d);});$marker.push(m_8ce6aa43c9cad2f1abdf542541c8884d);}});}google.maps.event.addDomListener(window, 'load', initialize);