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.4423,-83.6512)};var g_c01c475ac8d447730ece97d846cc4f25 = new google.maps.Geocoder();g_c01c475ac8d447730ece97d846cc4f25.geocode( { 'address': "21985 Pontiac Trail, South Lyon, MI 48178, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-lyon-MI-vibe-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('south-lyon-MI-vibe-credit-union'), mapOptions);}document.getElementById('0fe1a7c2').innerHTML += ' | View Map';var $lc01c475ac8d447730ece97d846cc4f25 = '

Vibe Credit Union

Address: 21985 Pontiac Trail, South Lyon, MI 48178, USA
Phone: (248) 735-9500
';var m_c01c475ac8d447730ece97d846cc4f25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vibe Credit Union',});m_c01c475ac8d447730ece97d846cc4f25['infowindow'] = new google.maps.InfoWindow({content: $lc01c475ac8d447730ece97d846cc4f25});var infowindow = new google.maps.InfoWindow({content: $lc01c475ac8d447730ece97d846cc4f25});google.maps.event.addListener(m_c01c475ac8d447730ece97d846cc4f25, 'click', function() {infowindow.open(map,m_c01c475ac8d447730ece97d846cc4f25);});$marker.push(m_c01c475ac8d447730ece97d846cc4f25);}});}google.maps.event.addDomListener(window, 'load', initialize);