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(42.7248,-83.1498)};var g_f86c0dc8cbaf8075abb917436943a435 = new google.maps.Geocoder();g_f86c0dc8cbaf8075abb917436943a435.geocode( { 'address': "440 S Main St, Rochester, MI 48307"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-MI-the-private-bank-rochester').style.display = '';map = new google.maps.Map(document.getElementById('rochester-MI-the-private-bank-rochester'), mapOptions);}document.getElementById('7700189f').innerHTML += ' | View Map';var $lf86c0dc8cbaf8075abb917436943a435 = '

The Private Bank Rochester

Address: 440 S Main St, Rochester, MI 48307
Phone: (248) 652-9500
';var m_f86c0dc8cbaf8075abb917436943a435 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Private Bank Rochester',});m_f86c0dc8cbaf8075abb917436943a435['infowindow'] = new google.maps.InfoWindow({content: $lf86c0dc8cbaf8075abb917436943a435});var infowindow = new google.maps.InfoWindow({content: $lf86c0dc8cbaf8075abb917436943a435});google.maps.event.addListener(m_f86c0dc8cbaf8075abb917436943a435, 'click', function() {infowindow.open(map,m_f86c0dc8cbaf8075abb917436943a435);});$marker.push(m_f86c0dc8cbaf8075abb917436943a435);}});}google.maps.event.addDomListener(window, 'load', initialize);