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.3271,-83.7406)};var g_68c694de94e6c110f42e587e8e48d852 = new google.maps.Geocoder();g_68c694de94e6c110f42e587e8e48d852.geocode( { 'address': "730 S Main St, Frankenmuth, MI 48734, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frankenmuth-MI-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('frankenmuth-MI-citizens-bank'), mapOptions);}document.getElementById('f1d20d3c').innerHTML += ' | View Map';var $l68c694de94e6c110f42e587e8e48d852 = '

Citizens Bank

Address: 730 S Main St, Frankenmuth, MI 48734, USA
Phone:
';var m_68c694de94e6c110f42e587e8e48d852 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_68c694de94e6c110f42e587e8e48d852['infowindow'] = new google.maps.InfoWindow({content: $l68c694de94e6c110f42e587e8e48d852});var infowindow = new google.maps.InfoWindow({content: $l68c694de94e6c110f42e587e8e48d852});google.maps.event.addListener(m_68c694de94e6c110f42e587e8e48d852, 'click', function() {infowindow.open(map,m_68c694de94e6c110f42e587e8e48d852);});$marker.push(m_68c694de94e6c110f42e587e8e48d852);}});}google.maps.event.addDomListener(window, 'load', initialize);