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.287,-83.3467)};var g_ae0557fa86f42e3ee757b48e5f078ac2 = new google.maps.Geocoder();g_ae0557fa86f42e3ee757b48e5f078ac2.geocode( { 'address': "31300 Michigan Ave, Westland, MI 48186, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westland-MI-guaranty-bank-s-s-b').style.display = '';map = new google.maps.Map(document.getElementById('westland-MI-guaranty-bank-s-s-b'), mapOptions);}document.getElementById('bd36ac35').innerHTML += ' | View Map';var $lae0557fa86f42e3ee757b48e5f078ac2 = '

Guaranty Bank S S B

Address: 31300 Michigan Ave, Westland, MI 48186, USA
Phone: (734) 858-0271
';var m_ae0557fa86f42e3ee757b48e5f078ac2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank S S B',});m_ae0557fa86f42e3ee757b48e5f078ac2['infowindow'] = new google.maps.InfoWindow({content: $lae0557fa86f42e3ee757b48e5f078ac2});var infowindow = new google.maps.InfoWindow({content: $lae0557fa86f42e3ee757b48e5f078ac2});google.maps.event.addListener(m_ae0557fa86f42e3ee757b48e5f078ac2, 'click', function() {infowindow.open(map,m_ae0557fa86f42e3ee757b48e5f078ac2);});$marker.push(m_ae0557fa86f42e3ee757b48e5f078ac2);}});}google.maps.event.addDomListener(window, 'load', initialize);