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.1976,-83.1872)};var g_dca49d1a5928cb1c1ac064e9137c8b0f = new google.maps.Geocoder();g_dca49d1a5928cb1c1ac064e9137c8b0f.geocode( { 'address': "13333 Eureka Rd, Southgate, MI 48195, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southgate-MI-guaranty-bank').style.display = '';map = new google.maps.Map(document.getElementById('southgate-MI-guaranty-bank'), mapOptions);}document.getElementById('71cb0a72').innerHTML += ' | View Map';var $ldca49d1a5928cb1c1ac064e9137c8b0f = '

Guaranty Bank

Address: 13333 Eureka Rd, Southgate, MI 48195, USA
Phone: (800) 235-4636
';var m_dca49d1a5928cb1c1ac064e9137c8b0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank',});m_dca49d1a5928cb1c1ac064e9137c8b0f['infowindow'] = new google.maps.InfoWindow({content: $ldca49d1a5928cb1c1ac064e9137c8b0f});var infowindow = new google.maps.InfoWindow({content: $ldca49d1a5928cb1c1ac064e9137c8b0f});google.maps.event.addListener(m_dca49d1a5928cb1c1ac064e9137c8b0f, 'click', function() {infowindow.open(map,m_dca49d1a5928cb1c1ac064e9137c8b0f);});$marker.push(m_dca49d1a5928cb1c1ac064e9137c8b0f);}});}google.maps.event.addDomListener(window, 'load', initialize);