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.5841,-84.4377)};var g_fdc92af92935782fe36e65eab1e35851 = new google.maps.Geocoder();g_fdc92af92935782fe36e65eab1e35851.geocode( { 'address': "606 W Columbia St, Mason, MI 48854"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mason-MI-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('mason-MI-fifth-third-bank'), mapOptions);}document.getElementById('12a4c592').innerHTML += ' | View Map';var $lfdc92af92935782fe36e65eab1e35851 = '

Fifth Third Bank

Address: 606 W Columbia St, Mason, MI 48854
Phone: (517) 676-4292
';var m_fdc92af92935782fe36e65eab1e35851 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_fdc92af92935782fe36e65eab1e35851['infowindow'] = new google.maps.InfoWindow({content: $lfdc92af92935782fe36e65eab1e35851});var infowindow = new google.maps.InfoWindow({content: $lfdc92af92935782fe36e65eab1e35851});google.maps.event.addListener(m_fdc92af92935782fe36e65eab1e35851, 'click', function() {infowindow.open(map,m_fdc92af92935782fe36e65eab1e35851);});$marker.push(m_fdc92af92935782fe36e65eab1e35851);}});}google.maps.event.addDomListener(window, 'load', initialize);