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.9953,-83.6333)};var g_708dcf1ddba867f9c5a62c4f4af9dd85 = new google.maps.Geocoder();g_708dcf1ddba867f9c5a62c4f4af9dd85.geocode( { 'address': "2303 Center Rd, Burton, MI 48519, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burton-MI-elga-credit-union-burton').style.display = '';map = new google.maps.Map(document.getElementById('burton-MI-elga-credit-union-burton'), mapOptions);}document.getElementById('8eb9ecfa').innerHTML += ' | View Map';var $l708dcf1ddba867f9c5a62c4f4af9dd85 = '

ELGA Credit Union Burton

Address: 2303 Center Rd, Burton, MI 48519, USA
Phone: (810) 715-3542
';var m_708dcf1ddba867f9c5a62c4f4af9dd85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ELGA Credit Union Burton',});m_708dcf1ddba867f9c5a62c4f4af9dd85['infowindow'] = new google.maps.InfoWindow({content: $l708dcf1ddba867f9c5a62c4f4af9dd85});var infowindow = new google.maps.InfoWindow({content: $l708dcf1ddba867f9c5a62c4f4af9dd85});google.maps.event.addListener(m_708dcf1ddba867f9c5a62c4f4af9dd85, 'click', function() {infowindow.open(map,m_708dcf1ddba867f9c5a62c4f4af9dd85);});$marker.push(m_708dcf1ddba867f9c5a62c4f4af9dd85);}});}google.maps.event.addDomListener(window, 'load', initialize);