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.3049,-86.1166)};var g_b5e324ad10aa8dc6fb261e929cead725 = new google.maps.Geocoder();g_b5e324ad10aa8dc6fb261e929cead725.geocode( { 'address': "101 W Monroe St, Bangor, MI 49013"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bangor-MI-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('bangor-MI-fifth-third-bank'), mapOptions);}document.getElementById('f2d72a7b').innerHTML += ' | View Map';var $lb5e324ad10aa8dc6fb261e929cead725 = '

Fifth Third Bank

Address: 101 W Monroe St, Bangor, MI 49013
Phone: (269) 427-7931
';var m_b5e324ad10aa8dc6fb261e929cead725 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_b5e324ad10aa8dc6fb261e929cead725['infowindow'] = new google.maps.InfoWindow({content: $lb5e324ad10aa8dc6fb261e929cead725});var infowindow = new google.maps.InfoWindow({content: $lb5e324ad10aa8dc6fb261e929cead725});google.maps.event.addListener(m_b5e324ad10aa8dc6fb261e929cead725, 'click', function() {infowindow.open(map,m_b5e324ad10aa8dc6fb261e929cead725);});$marker.push(m_b5e324ad10aa8dc6fb261e929cead725);}});}google.maps.event.addDomListener(window, 'load', initialize);