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.3415,-83.3971)};var g_8b1973ef72a3fafc54e31158f06d8a4d = new google.maps.Geocoder();g_8b1973ef72a3fafc54e31158f06d8a4d.geocode( { 'address': "7205 N Wayne Rd, Westland, MI 48185"}, 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('cb4f513b').innerHTML += ' | View Map';var $l8b1973ef72a3fafc54e31158f06d8a4d = '

Citizens Bank

Address: 7205 N Wayne Rd, Westland, MI 48185
Phone: (734) 425-7200
';var m_8b1973ef72a3fafc54e31158f06d8a4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_8b1973ef72a3fafc54e31158f06d8a4d['infowindow'] = new google.maps.InfoWindow({content: $l8b1973ef72a3fafc54e31158f06d8a4d});var infowindow = new google.maps.InfoWindow({content: $l8b1973ef72a3fafc54e31158f06d8a4d});google.maps.event.addListener(m_8b1973ef72a3fafc54e31158f06d8a4d, 'click', function() {infowindow.open(map,m_8b1973ef72a3fafc54e31158f06d8a4d);});$marker.push(m_8b1973ef72a3fafc54e31158f06d8a4d);}});}google.maps.event.addDomListener(window, 'load', initialize);