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.9974,-83.6346)};var g_a4f7f80e097b37c08fe17d5cb85e7abf = new google.maps.Geocoder();g_a4f7f80e097b37c08fe17d5cb85e7abf.geocode( { 'address': "2230 Center Rd, Burton, MI 48519, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burton-MI-security-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('burton-MI-security-credit-union'), mapOptions);}document.getElementById('302b516d').innerHTML += ' | View Map';var $la4f7f80e097b37c08fe17d5cb85e7abf = '

Security Credit Union

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