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.5418,-83.282)};var g_262a594f6dabd24d027fce7061969122 = new google.maps.Geocoder();g_262a594f6dabd24d027fce7061969122.geocode( { 'address': "37100 Woodward Ave, Bloomfield Hills, MI 48304"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomfield-hills-MI-level-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('bloomfield-hills-MI-level-one-bank'), mapOptions);}document.getElementById('71495b0d').innerHTML += ' | View Map';var $l262a594f6dabd24d027fce7061969122 = '

Level One Bank

Address: 37100 Woodward Ave, Bloomfield Hills, MI 48304
Phone: (248) 530-7401
';var m_262a594f6dabd24d027fce7061969122 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Level One Bank',});m_262a594f6dabd24d027fce7061969122['infowindow'] = new google.maps.InfoWindow({content: $l262a594f6dabd24d027fce7061969122});var infowindow = new google.maps.InfoWindow({content: $l262a594f6dabd24d027fce7061969122});google.maps.event.addListener(m_262a594f6dabd24d027fce7061969122, 'click', function() {infowindow.open(map,m_262a594f6dabd24d027fce7061969122);});$marker.push(m_262a594f6dabd24d027fce7061969122);}});}google.maps.event.addDomListener(window, 'load', initialize);