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()};var g_f027bfaeb72367e4f6c0522e2cd9f008 = new google.maps.Geocoder();g_f027bfaeb72367e4f6c0522e2cd9f008.geocode( { 'address': "1204 S US Highway 27, St Johns, MI 48879"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-johns-MI-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('st-johns-MI-fifth-third-bank'), mapOptions);}document.getElementById('e483d9dc').innerHTML += ' | View Map';var $lf027bfaeb72367e4f6c0522e2cd9f008 = '

Fifth Third Bank

Address: 1204 S US Highway 27, St Johns, MI 48879
Phone: (989) 227-3001
';var m_f027bfaeb72367e4f6c0522e2cd9f008 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_f027bfaeb72367e4f6c0522e2cd9f008['infowindow'] = new google.maps.InfoWindow({content: $lf027bfaeb72367e4f6c0522e2cd9f008});var infowindow = new google.maps.InfoWindow({content: $lf027bfaeb72367e4f6c0522e2cd9f008});google.maps.event.addListener(m_f027bfaeb72367e4f6c0522e2cd9f008, 'click', function() {infowindow.open(map,m_f027bfaeb72367e4f6c0522e2cd9f008);});$marker.push(m_f027bfaeb72367e4f6c0522e2cd9f008);}});}google.maps.event.addDomListener(window, 'load', initialize);