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.5453,-83.3824)};var g_bdab1c7743ced2eb2540eaae25be0a68 = new google.maps.Geocoder();g_bdab1c7743ced2eb2540eaae25be0a68.geocode( { 'address': "6525 Orchard Lake Rd, West Bloomfield, MI 48322"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-bloomfield-MI-keybank').style.display = '';map = new google.maps.Map(document.getElementById('west-bloomfield-MI-keybank'), mapOptions);}document.getElementById('33e5a32c').innerHTML += ' | View Map';var $lbdab1c7743ced2eb2540eaae25be0a68 = '

KeyBank

Address: 6525 Orchard Lake Rd, West Bloomfield, MI 48322
Phone: (248) 855-6644
';var m_bdab1c7743ced2eb2540eaae25be0a68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_bdab1c7743ced2eb2540eaae25be0a68['infowindow'] = new google.maps.InfoWindow({content: $lbdab1c7743ced2eb2540eaae25be0a68});var infowindow = new google.maps.InfoWindow({content: $lbdab1c7743ced2eb2540eaae25be0a68});google.maps.event.addListener(m_bdab1c7743ced2eb2540eaae25be0a68, 'click', function() {infowindow.open(map,m_bdab1c7743ced2eb2540eaae25be0a68);});$marker.push(m_bdab1c7743ced2eb2540eaae25be0a68);}});}google.maps.event.addDomListener(window, 'load', initialize);