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.0046,-84.1842)};var g_4db72518160c7a7cdf49b12d7b6e5aa1 = new google.maps.Geocoder();g_4db72518160c7a7cdf49b12d7b6e5aa1.geocode( { 'address': "123 N Washington St, Owosso, MI 48867"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owosso-MI-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('owosso-MI-fifth-third-bank'), mapOptions);}document.getElementById('dcd66c80').innerHTML += ' | View Map';var $l4db72518160c7a7cdf49b12d7b6e5aa1 = '

Fifth Third Bank

Address: 123 N Washington St, Owosso, MI 48867
Phone: (989) 723-5420
';var m_4db72518160c7a7cdf49b12d7b6e5aa1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_4db72518160c7a7cdf49b12d7b6e5aa1['infowindow'] = new google.maps.InfoWindow({content: $l4db72518160c7a7cdf49b12d7b6e5aa1});var infowindow = new google.maps.InfoWindow({content: $l4db72518160c7a7cdf49b12d7b6e5aa1});google.maps.event.addListener(m_4db72518160c7a7cdf49b12d7b6e5aa1, 'click', function() {infowindow.open(map,m_4db72518160c7a7cdf49b12d7b6e5aa1);});$marker.push(m_4db72518160c7a7cdf49b12d7b6e5aa1);}});var g_92ebe03166d8ff4b2bbd06077f92fb79 = new google.maps.Geocoder();g_92ebe03166d8ff4b2bbd06077f92fb79.geocode( { 'address': "2350 E M 21, Owosso, MI 48867"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owosso-MI-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('owosso-MI-fifth-third-bank'), mapOptions);}document.getElementById('7148a453').innerHTML += ' | View Map';var $l92ebe03166d8ff4b2bbd06077f92fb79 = '

Fifth Third Bank

Address: 2350 E M 21, Owosso, MI 48867
Phone: (989) 723-7400
';var m_92ebe03166d8ff4b2bbd06077f92fb79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_92ebe03166d8ff4b2bbd06077f92fb79['infowindow'] = new google.maps.InfoWindow({content: $l92ebe03166d8ff4b2bbd06077f92fb79});var infowindow = new google.maps.InfoWindow({content: $l92ebe03166d8ff4b2bbd06077f92fb79});google.maps.event.addListener(m_92ebe03166d8ff4b2bbd06077f92fb79, 'click', function() {infowindow.open(map,m_92ebe03166d8ff4b2bbd06077f92fb79);});$marker.push(m_92ebe03166d8ff4b2bbd06077f92fb79);}});}google.maps.event.addDomListener(window, 'load', initialize);