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.6742,-83.1325)};var g_08f4f324f939d2c7d11c2f6a2efc15ee = new google.maps.Geocoder();g_08f4f324f939d2c7d11c2f6a2efc15ee.geocode( { 'address': "200 Diversion St, Rochester Hills, MI 48307, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-hills-MI-chief-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rochester-hills-MI-chief-financial-credit-union'), mapOptions);}document.getElementById('3213b294').innerHTML += ' | View Map';var $l08f4f324f939d2c7d11c2f6a2efc15ee = '

Chief Financial Credit Union

Address: 200 Diversion St, Rochester Hills, MI 48307, USA
Phone: (248) 253-7900
';var m_08f4f324f939d2c7d11c2f6a2efc15ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chief Financial Credit Union',});m_08f4f324f939d2c7d11c2f6a2efc15ee['infowindow'] = new google.maps.InfoWindow({content: $l08f4f324f939d2c7d11c2f6a2efc15ee});var infowindow = new google.maps.InfoWindow({content: $l08f4f324f939d2c7d11c2f6a2efc15ee});google.maps.event.addListener(m_08f4f324f939d2c7d11c2f6a2efc15ee, 'click', function() {infowindow.open(map,m_08f4f324f939d2c7d11c2f6a2efc15ee);});$marker.push(m_08f4f324f939d2c7d11c2f6a2efc15ee);}});}google.maps.event.addDomListener(window, 'load', initialize);