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.341,-83.2825)};var g_188affb5301192f53995a4c2118d298b = new google.maps.Geocoder();g_188affb5301192f53995a4c2118d298b.geocode( { 'address': "24935 W Warren St, Dearborn Heights, MI 48127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dearborn-heights-MI-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('dearborn-heights-MI-fidelity-bank'), mapOptions);}document.getElementById('aff0d8ce').innerHTML += ' | View Map';var $l188affb5301192f53995a4c2118d298b = '

Fidelity Bank

Address: 24935 W Warren St, Dearborn Heights, MI 48127, USA
Phone: (313) 724-0002
';var m_188affb5301192f53995a4c2118d298b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank',});m_188affb5301192f53995a4c2118d298b['infowindow'] = new google.maps.InfoWindow({content: $l188affb5301192f53995a4c2118d298b});var infowindow = new google.maps.InfoWindow({content: $l188affb5301192f53995a4c2118d298b});google.maps.event.addListener(m_188affb5301192f53995a4c2118d298b, 'click', function() {infowindow.open(map,m_188affb5301192f53995a4c2118d298b);});$marker.push(m_188affb5301192f53995a4c2118d298b);}});}google.maps.event.addDomListener(window, 'load', initialize);