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.754,-83.4206)};var g_3be978eba105b45ed96528c8dd8c9179 = new google.maps.Geocoder();g_3be978eba105b45ed96528c8dd8c9179.geocode( { 'address': "8055 Ortonville Rd, Village of Clarkston, MI 48348, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarkston-MI-clarkston-brandon-community-credit').style.display = '';map = new google.maps.Map(document.getElementById('clarkston-MI-clarkston-brandon-community-credit'), mapOptions);}document.getElementById('783c2685').innerHTML += ' | View Map';var $l3be978eba105b45ed96528c8dd8c9179 = '

Clarkston Brandon Community Credit

Address: 8055 Ortonville Rd, Village of Clarkston, MI 48348, USA
Phone: (248) 625-2923
';var m_3be978eba105b45ed96528c8dd8c9179 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clarkston Brandon Community Credit',});m_3be978eba105b45ed96528c8dd8c9179['infowindow'] = new google.maps.InfoWindow({content: $l3be978eba105b45ed96528c8dd8c9179});var infowindow = new google.maps.InfoWindow({content: $l3be978eba105b45ed96528c8dd8c9179});google.maps.event.addListener(m_3be978eba105b45ed96528c8dd8c9179, 'click', function() {infowindow.open(map,m_3be978eba105b45ed96528c8dd8c9179);});$marker.push(m_3be978eba105b45ed96528c8dd8c9179);}});}google.maps.event.addDomListener(window, 'load', initialize);