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.215,-83.1815)};var g_bd847fd835b2c6025557898b6aff7b2d = new google.maps.Geocoder();g_bd847fd835b2c6025557898b6aff7b2d.geocode( { 'address': "12820 Fort St, Southgate, MI 48195, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southgate-MI-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('southgate-MI-fidelity-bank'), mapOptions);}document.getElementById('67838656').innerHTML += ' | View Map';var $lbd847fd835b2c6025557898b6aff7b2d = '

Fidelity Bank

Address: 12820 Fort St, Southgate, MI 48195, USA
Phone: (734) 284-3300
';var m_bd847fd835b2c6025557898b6aff7b2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank',});m_bd847fd835b2c6025557898b6aff7b2d['infowindow'] = new google.maps.InfoWindow({content: $lbd847fd835b2c6025557898b6aff7b2d});var infowindow = new google.maps.InfoWindow({content: $lbd847fd835b2c6025557898b6aff7b2d});google.maps.event.addListener(m_bd847fd835b2c6025557898b6aff7b2d, 'click', function() {infowindow.open(map,m_bd847fd835b2c6025557898b6aff7b2d);});$marker.push(m_bd847fd835b2c6025557898b6aff7b2d);}});}google.maps.event.addDomListener(window, 'load', initialize);