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.6592,-83.4137)};var g_891733186ed7ee3039c0c2ab88babd05 = new google.maps.Geocoder();g_891733186ed7ee3039c0c2ab88babd05.geocode( { 'address': "6375 Highland Rd, Waterford Twp, MI 48327, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterford-township-MI-birmingham-bloomfield-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('waterford-township-MI-birmingham-bloomfield-credit-union'), mapOptions);}document.getElementById('62079eb6').innerHTML += ' | View Map';var $l891733186ed7ee3039c0c2ab88babd05 = '

Birmingham Bloomfield Credit Union

Address: 6375 Highland Rd, Waterford Twp, MI 48327, USA
Phone: (248) 683-2920
';var m_891733186ed7ee3039c0c2ab88babd05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Birmingham Bloomfield Credit Union',});m_891733186ed7ee3039c0c2ab88babd05['infowindow'] = new google.maps.InfoWindow({content: $l891733186ed7ee3039c0c2ab88babd05});var infowindow = new google.maps.InfoWindow({content: $l891733186ed7ee3039c0c2ab88babd05});google.maps.event.addListener(m_891733186ed7ee3039c0c2ab88babd05, 'click', function() {infowindow.open(map,m_891733186ed7ee3039c0c2ab88babd05);});$marker.push(m_891733186ed7ee3039c0c2ab88babd05);}});}google.maps.event.addDomListener(window, 'load', initialize);