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(45.0032,-84.6769)};var g_97975a2bc49e8c5e9a69022c9bf9a046 = new google.maps.Geocoder();g_97975a2bc49e8c5e9a69022c9bf9a046.geocode( { 'address': "1955 S Otsego Ave, Gaylord, MI 49735, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gaylord-MI-mbank').style.display = '';map = new google.maps.Map(document.getElementById('gaylord-MI-mbank'), mapOptions);}document.getElementById('dc867657').innerHTML += ' | View Map';var $l97975a2bc49e8c5e9a69022c9bf9a046 = '

mBank

Address: 1955 S Otsego Ave, Gaylord, MI 49735, USA
Phone: (989) 732-3750
';var m_97975a2bc49e8c5e9a69022c9bf9a046 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'mBank',});m_97975a2bc49e8c5e9a69022c9bf9a046['infowindow'] = new google.maps.InfoWindow({content: $l97975a2bc49e8c5e9a69022c9bf9a046});var infowindow = new google.maps.InfoWindow({content: $l97975a2bc49e8c5e9a69022c9bf9a046});google.maps.event.addListener(m_97975a2bc49e8c5e9a69022c9bf9a046, 'click', function() {infowindow.open(map,m_97975a2bc49e8c5e9a69022c9bf9a046);});$marker.push(m_97975a2bc49e8c5e9a69022c9bf9a046);}});}google.maps.event.addDomListener(window, 'load', initialize);