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(43.1901,-85.2473)};var g_65df376cb19d1a208ea312d7f58c7579 = new google.maps.Geocoder();g_65df376cb19d1a208ea312d7f58c7579.geocode( { 'address': "410 S Greenville West Dr, Greenville, MI 48838"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-MI-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('greenville-MI-fifth-third-bank'), mapOptions);}document.getElementById('d25094b2').innerHTML += ' | View Map';var $l65df376cb19d1a208ea312d7f58c7579 = '

Fifth Third Bank

Address: 410 S Greenville West Dr, Greenville, MI 48838
Phone: (616) 754-5611
';var m_65df376cb19d1a208ea312d7f58c7579 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_65df376cb19d1a208ea312d7f58c7579['infowindow'] = new google.maps.InfoWindow({content: $l65df376cb19d1a208ea312d7f58c7579});var infowindow = new google.maps.InfoWindow({content: $l65df376cb19d1a208ea312d7f58c7579});google.maps.event.addListener(m_65df376cb19d1a208ea312d7f58c7579, 'click', function() {infowindow.open(map,m_65df376cb19d1a208ea312d7f58c7579);});$marker.push(m_65df376cb19d1a208ea312d7f58c7579);}});}google.maps.event.addDomListener(window, 'load', initialize);