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(44.7619,-85.6209)};var g_494d8cb8048e8f580acc4c25104c8ca4 = new google.maps.Geocoder();g_494d8cb8048e8f580acc4c25104c8ca4.geocode( { 'address': "309 Cass St, Traverse City, MI 49684, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('traverse-city-MI-mbank-loan-office').style.display = '';map = new google.maps.Map(document.getElementById('traverse-city-MI-mbank-loan-office'), mapOptions);}document.getElementById('06838d62').innerHTML += ' | View Map';var $l494d8cb8048e8f580acc4c25104c8ca4 = '

Mbank Loan Office

Address: 309 Cass St, Traverse City, MI 49684, USA
Phone: (231) 421-8901
';var m_494d8cb8048e8f580acc4c25104c8ca4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mbank Loan Office',});m_494d8cb8048e8f580acc4c25104c8ca4['infowindow'] = new google.maps.InfoWindow({content: $l494d8cb8048e8f580acc4c25104c8ca4});var infowindow = new google.maps.InfoWindow({content: $l494d8cb8048e8f580acc4c25104c8ca4});google.maps.event.addListener(m_494d8cb8048e8f580acc4c25104c8ca4, 'click', function() {infowindow.open(map,m_494d8cb8048e8f580acc4c25104c8ca4);});$marker.push(m_494d8cb8048e8f580acc4c25104c8ca4);}});}google.maps.event.addDomListener(window, 'load', initialize);