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.6714,-83.2307)};var g_5dd21a3f8174dfc116091f4b2290b529 = new google.maps.Geocoder();g_5dd21a3f8174dfc116091f4b2290b529.geocode( { 'address': "2955 University Dr, Auburn Hills, MI 48326, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-hills-MI-cornerstone-community-financial').style.display = '';map = new google.maps.Map(document.getElementById('auburn-hills-MI-cornerstone-community-financial'), mapOptions);}document.getElementById('7069bea8').innerHTML += ' | View Map';var $l5dd21a3f8174dfc116091f4b2290b529 = '

Cornerstone Community Financial

Address: 2955 University Dr, Auburn Hills, MI 48326, USA
Phone: (248) 340-9310
';var m_5dd21a3f8174dfc116091f4b2290b529 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Community Financial',});m_5dd21a3f8174dfc116091f4b2290b529['infowindow'] = new google.maps.InfoWindow({content: $l5dd21a3f8174dfc116091f4b2290b529});var infowindow = new google.maps.InfoWindow({content: $l5dd21a3f8174dfc116091f4b2290b529});google.maps.event.addListener(m_5dd21a3f8174dfc116091f4b2290b529, 'click', function() {infowindow.open(map,m_5dd21a3f8174dfc116091f4b2290b529);});$marker.push(m_5dd21a3f8174dfc116091f4b2290b529);}});}google.maps.event.addDomListener(window, 'load', initialize);