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.5217,-83.2849)};var g_47d2323f6fa4d6cfd65b3402ace92b02 = new google.maps.Geocoder();g_47d2323f6fa4d6cfd65b3402ace92b02.geocode( { 'address': "31780 Telegraph Rd #100, Bingham Farms, MI 48025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bingham-farms-MI-main-street-bank').style.display = '';map = new google.maps.Map(document.getElementById('bingham-farms-MI-main-street-bank'), mapOptions);}document.getElementById('cffc5210').innerHTML += ' | View Map';var $l47d2323f6fa4d6cfd65b3402ace92b02 = '

Main Street Bank

Address: 31780 Telegraph Rd #100, Bingham Farms, MI 48025, USA
Phone: (248) 645-8888
';var m_47d2323f6fa4d6cfd65b3402ace92b02 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Main Street Bank',});m_47d2323f6fa4d6cfd65b3402ace92b02['infowindow'] = new google.maps.InfoWindow({content: $l47d2323f6fa4d6cfd65b3402ace92b02});var infowindow = new google.maps.InfoWindow({content: $l47d2323f6fa4d6cfd65b3402ace92b02});google.maps.event.addListener(m_47d2323f6fa4d6cfd65b3402ace92b02, 'click', function() {infowindow.open(map,m_47d2323f6fa4d6cfd65b3402ace92b02);});$marker.push(m_47d2323f6fa4d6cfd65b3402ace92b02);}});}google.maps.event.addDomListener(window, 'load', initialize);